1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Robert Bieber 2010-07-02 08:05:03 +00:00
parent 3f4dfe5c03
commit 4429fb02b7
2 changed files with 10 additions and 5 deletions

View file

@ -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)
{