diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-29 06:14:36 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-29 06:14:36 +0000 |
| commit | 449a895372354f8c9abeec28a147f6b88d53a269 (patch) | |
| tree | a158ecad4d7aefe397601e6c3b10f9330c04da7d /utils/themeeditor/main.cpp | |
| parent | aa13a5377ce4b982110fc44f2f9a6636d81e8d8d (diff) | |
| download | rockbox-449a895372354f8c9abeec28a147f6b88d53a269.zip rockbox-449a895372354f8c9abeec28a147f6b88d53a269.tar.gz rockbox-449a895372354f8c9abeec28a147f6b88d53a269.tar.bz2 rockbox-449a895372354f8c9abeec28a147f6b88d53a269.tar.xz | |
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
Diffstat (limited to 'utils/themeeditor/main.cpp')
| -rw-r--r-- | utils/themeeditor/main.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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 <cstdlib> -#include <cstdio> -#include <iostream> - #include <QtGui/QApplication> -#include "parsetreemodel.h" - int main(int argc, char* argv[]) { QApplication app(argc, argv); |