Removed old remainder of singleton code

This commit is contained in:
Tats
2014-06-26 01:26:59 -04:00
parent 03635c4904
commit df3e12db04
-2
View File
@@ -295,8 +295,6 @@ private:
QListWidgetItem* currentSelectedItem;
QTimer *videoTimer;
static MainWindow* instance;
public:
// Accessor/mutators for the view. ///////////////////////////////////////////////////////////////////
MappingManager& getMappingManager() { return *mappingManager; }