From df3e12db0429964985f15996281fceda8580a92e Mon Sep 17 00:00:00 2001 From: Tats Date: Thu, 26 Jun 2014 01:26:59 -0400 Subject: [PATCH] Removed old remainder of singleton code --- MainWindow.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/MainWindow.h b/MainWindow.h index b410259..49f5376 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -295,8 +295,6 @@ private: QListWidgetItem* currentSelectedItem; QTimer *videoTimer; - static MainWindow* instance; - public: // Accessor/mutators for the view. /////////////////////////////////////////////////////////////////// MappingManager& getMappingManager() { return *mappingManager; }