diff options
Diffstat (limited to 'application/main.cpp')
-rw-r--r-- | application/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/main.cpp b/application/main.cpp index bf40f1c..6dd752b 100644 --- a/application/main.cpp +++ b/application/main.cpp @@ -17,7 +17,6 @@ #include <memory> #include <special_members.hpp> #include <vector> -#include <worker.h> static const int DISPLAY_WIDTH = 1280; static const int DISPLAY_HEIGHT = 1024; @@ -62,8 +61,6 @@ public: Collection<Window> windows; windows.create(DISPLAY_WIDTH, DISPLAY_HEIGHT, "OpenGL"); - Worker w; - world.create<Terrain>(); auto rl = world.create<RailLinks>(); |