diff -r a426a335e586 -r b0e004c8e3a4 src/mainwindow.cpp --- 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(); }