Fixed a problem where cmake apparently didn't get all deps right and screwed up by...
[quassel.git] / src / common / main.cpp
index a35ab4c..51de3c4 100644 (file)
@@ -74,8 +74,6 @@ int main(int argc, char **argv) {
 
 #ifndef BUILD_CORE
   Style::init();
 
 #ifndef BUILD_CORE
   Style::init();
-  AbstractUi foo;  // This avoids an annoying linker error (bug?) where AbstractUi's vtable is not found.
-                   // Yes, it's fugly. Yes, I'd like an alternative.
   QtGui *gui = new QtGui();
   Client::init(gui);
   gui->init();
   QtGui *gui = new QtGui();
   Client::init(gui);
   gui->init();