diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/themeeditor/models/parsetreemodel.cpp | 5 |
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) { |