From 4429fb02b784c1cf66d6f4fc13954eb7aae4ba0c Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 2 Jul 2010 08:05:03 +0000 Subject: Theme Editor: Removed some old hash code that caused viewer not to update due to hash collisions. Made Vf and Vb tags attached to viewport definition eat newline at end of line' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27238 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/models/parsetreemodel.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utils/themeeditor') diff --git a/utils/themeeditor/models/parsetreemodel.cpp b/utils/themeeditor/models/parsetreemodel.cpp index 4f6fd451e6..ccae865290 100644 --- a/utils/themeeditor/models/parsetreemodel.cpp +++ b/utils/themeeditor/models/parsetreemodel.cpp @@ -77,11 +77,6 @@ QString ParseTreeModel::changeTree(const char *document) } ParseTreeNode* temp = new ParseTreeNode(test); - if(root && temp->genHash() == root->genHash()) - { - delete temp; - return tr("Document Parses Successfully"); - } if(root) { -- cgit v1.2.3