From 593e7d23f9f265eb3bba99c2b9e4618feb1d5245 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 20 Feb 2021 14:48:34 +0000 Subject: Remove unused worker from main --- application/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'application') 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 #include #include -#include static const int DISPLAY_WIDTH = 1280; static const int DISPLAY_HEIGHT = 1024; @@ -62,8 +61,6 @@ public: Collection windows; windows.create(DISPLAY_WIDTH, DISPLAY_HEIGHT, "OpenGL"); - Worker w; - world.create(); auto rl = world.create(); -- cgit v1.2.3