diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-11 19:51:34 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-11 19:51:34 +0000 |
| commit | 3c95dbb20859debe99edc874c57ddaa6f3acf3d2 (patch) | |
| tree | 5198c578f6f4d769578676b94035824731b15771 /utils/themeeditor/skindocument.h | |
| parent | 0cca15c6d03991b9c169fdf4e0760f90928712a0 (diff) | |
| download | rockbox-3c95dbb20859debe99edc874c57ddaa6f3acf3d2.zip rockbox-3c95dbb20859debe99edc874c57ddaa6f3acf3d2.tar.gz rockbox-3c95dbb20859debe99edc874c57ddaa6f3acf3d2.tar.bz2 rockbox-3c95dbb20859debe99edc874c57ddaa6f3acf3d2.tar.xz | |
Theme Editor: Fixed bug in parser handling empty lines and made ParseTreeModel handle the new VIEWPORT element properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26792 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/skindocument.h')
| -rw-r--r-- | utils/themeeditor/skindocument.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h index e8bd270..741359b 100644 --- a/utils/themeeditor/skindocument.h +++ b/utils/themeeditor/skindocument.h @@ -79,8 +79,6 @@ private: QString saved; QString parseStatus; - QTextCharFormat errorColor; - QLayout* layout; CodeEditor* editor; |