summaryrefslogtreecommitdiff
path: root/application
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-02-20 14:48:34 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-02-20 14:48:34 +0000
commit593e7d23f9f265eb3bba99c2b9e4618feb1d5245 (patch)
tree55ee7f1195f91b00a3b22a091308a5634883285e /application
parentPass linters (diff)
downloadilt-593e7d23f9f265eb3bba99c2b9e4618feb1d5245.tar.bz2
ilt-593e7d23f9f265eb3bba99c2b9e4618feb1d5245.tar.xz
ilt-593e7d23f9f265eb3bba99c2b9e4618feb1d5245.zip
Remove unused worker from main
Diffstat (limited to 'application')
-rw-r--r--application/main.cpp3
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>();