aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-10 21:26:13 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-10 21:26:13 -0500
commitf800dbc034e7a70a613bab8cd9d147be4f6e88b6 (patch)
treec8714ddc8f6712f07d921c08fd92ae8ef228494b /src
parentc6651145a4a6e6611b585c1a87c127f38751db4b (diff)
windows build
Diffstat (limited to 'src')
-rw-r--r--src/world.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/world.cpp b/src/world.cpp
index a82fc8b..7ca3cce 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -9,7 +9,6 @@
#include <sstream>
#include <fstream>
#include <memory>
-#include <mutex>
#include <chrono>
using namespace std::literals::chrono_literals;
@@ -57,9 +56,6 @@ extern std::string xmlFolder;
// wait
static bool waitToSwap = false;
-// particle mutex
-std::mutex partMutex;
-
// externally referenced in main.cpp
int worldShade = 0;