From 3c95dbb20859debe99edc874c57ddaa6f3acf3d2 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 11 Jun 2010 19:51:34 +0000 Subject: 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 --- utils/themeeditor/skindocument.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/themeeditor/skindocument.h') 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; -- cgit v1.1