We have a working message parser now, and a framework for handler functions!
[quassel.git] / main / main_core.cpp
index f8e6630..2526485 100644 (file)
@@ -27,7 +27,6 @@
 
 int main(int argc, char **argv) {
 
-  Core::init();
   Quassel::init();
   Logger *logger = new Logger();
   Quassel::setLogger(logger);