summaryrefslogtreecommitdiff
path: root/utils/themeeditor/models/parsetreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/models/parsetreemodel.cpp')
-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 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)
77 } 77 }
78 78
79 ParseTreeNode* temp = new ParseTreeNode(test); 79 ParseTreeNode* temp = new ParseTreeNode(test);
80 if(root && temp->genHash() == root->genHash())
81 {
82 delete temp;
83 return tr("Document Parses Successfully");
84 }
85 80
86 if(root) 81 if(root)
87 { 82 {