From 449a895372354f8c9abeec28a147f6b88d53a269 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 29 Jun 2010 06:14:36 +0000 Subject: Theme Editor: Beginning to work on conditional rendering, just made fix to line following code to speed up horizontal scrolling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27168 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/main.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'utils/themeeditor/main.cpp') diff --git a/utils/themeeditor/main.cpp b/utils/themeeditor/main.cpp index 78df187..5dc52a0 100644 --- a/utils/themeeditor/main.cpp +++ b/utils/themeeditor/main.cpp @@ -19,18 +19,10 @@ * ****************************************************************************/ -#include "skin_parser.h" -#include "skin_debug.h" #include "editorwindow.h" -#include -#include -#include - #include -#include "parsetreemodel.h" - int main(int argc, char* argv[]) { QApplication app(argc, argv); -- cgit v1.1