Thu, 23 Feb 2017 19:33:56 +0200
Removed dead code
src/mainwindow.cpp | file | annotate | diff | comparison | revisions |
--- a/src/mainwindow.cpp Thu Feb 23 19:32:36 2017 +0200 +++ b/src/mainwindow.cpp Thu Feb 23 19:33:56 2017 +0200 @@ -902,15 +902,6 @@ // void MainWindow::refreshObjectList() { -#if 0 - ui.objectList->clear(); - LDDocument* f = getm_currentDocument; - -for (LDObject* obj : *f) - ui.objectList->addItem (obj->qObjListEntry); - -#endif - buildObjectList(); }