common: Use the Singleton mixin for the Quassel instance
[quassel.git] / src / qtui / monoapplication.cpp
index e92afcc..f6e75a2 100644 (file)
@@ -59,7 +59,6 @@ MonolithicApplication::~MonolithicApplication()
     Client::destroy();
     _coreThread.quit();
     _coreThread.wait();
-    Quassel::destroy();
 }