--- a/src/mainwindow.h Tue Feb 13 14:56:08 2018 +0200 +++ b/src/mainwindow.h Tue Feb 13 15:43:55 2018 +0200 @@ -26,7 +26,6 @@ #include <QMetaMethod> #include "linetypes/modelobject.h" #include "colors.h" -#include "doublemap.h" class MessageManager; class QToolButton; @@ -162,7 +161,6 @@ class QSettings* m_settings; DocumentManager* m_documents; LDDocument* m_currentDocument; - DoubleMap<LDObject*, QListWidgetItem*> m_objectsInList; QMap<QAction*, QKeySequence> m_defaultShortcuts; private slots: