summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r--src/mainwin.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index 251c6e1..d596186 100644
--- a/src/mainwin.cc
+++ b/src/mainwin.cc
@@ -576,14 +576,14 @@ void MainWindow::refreshDocument()
setCurrentOutput();
}
-AbstractNode *MainWindow::find_root_tag(AbstractNode *n)
+/*AbstractNode *MainWindow::find_root_tag(AbstractNode *n)
{
BOOST_FOREACH (AbstractNode *v, n->children) {
if (v->modinst->isRoot()) return v;
if (AbstractNode *vroot = find_root_tag(v)) return vroot;
}
return NULL;
-}
+}*/
/*!
Parse and evaluate the design => this->root_node
contact: Jan Huwald // Impressum