From f800dbc034e7a70a613bab8cd9d147be4f6e88b6 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 10 Jan 2017 21:26:13 -0500 Subject: windows build --- src/world.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 #include #include -#include #include 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; -- cgit v1.2.3