summaryrefslogtreecommitdiff
path: root/utils/themeeditor
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor')
-rw-r--r--utils/themeeditor/models/parsetreemodel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/themeeditor/models/parsetreemodel.cpp b/utils/themeeditor/models/parsetreemodel.cpp
index 4f6fd45..ccae865 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)
{