diff -r fc1c13db9618 -r 49358df9495b src/main.cpp --- a/src/main.cpp Sun Feb 14 03:19:28 2016 +0200 +++ b/src/main.cpp Tue Feb 16 00:59:50 2016 +0200 @@ -22,17 +22,16 @@ #include #include #include -#include "mainwindow.h" #include "ldDocument.h" #include "miscallenous.h" #include "colors.h" #include "basics.h" -#include "primitives.h" #include "glRenderer.h" #include "dialogs.h" #include "crashCatcher.h" #include "ldpaths.h" #include "documentmanager.h" +#include "mainwindow.h" MainWindow* g_win = nullptr; Configuration* Config = nullptr; @@ -59,7 +58,6 @@ initCrashCatcher(); initColors(); MainWindow* win = new MainWindow(configObject); - LoadPrimitives(); win->show(); // Process the command line