forked from len0rd/rockbox
Theme Editor: Removed some lingering debug code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27086 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
66a13be787
commit
7edf65d2d2
1 changed files with 0 additions and 1 deletions
|
@ -507,7 +507,6 @@ void ParseTreeNode::render(const RBRenderInfo& info)
|
|||
for(int i = element->params_count; i < children.count(); i++)
|
||||
children[i]->render(info, dynamic_cast<RBViewport*>(rendered));
|
||||
|
||||
std::cout << rendered->children().count() << std::endl;
|
||||
}
|
||||
|
||||
/* This version is called for logical lines and such */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue