add config option 'Show blinking clock in display during recording' to Usage
[enigma2.git] / lib / base / ebase.h
index bab1b5f372aa71a0771595590853763a69cba646..4378711a9a0126bf555c9cea31c8185d012a5f85 100644 (file)
@@ -217,13 +217,7 @@ public:
                existing_loops.push_back(this);
                pthread_mutex_init(&recalcLock, 0);
        }
-       virtual ~eMainloop()
-       {
-               existing_loops.remove(this);
-               pthread_mutex_destroy(&recalcLock);
-               for (std::map<int, eSocketNotifier*>::iterator it(notifiers.begin());it != notifiers.end();++it)
-                       it->second->stop();
-       }
+       virtual ~eMainloop();
 
        int looplevel() { return loop_level; }