summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/World.cpp')
-rw-r--r--src/World.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 98f6a4b5a..e39a605bb 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -59,10 +59,6 @@
-#ifndef __APPLE__
-/// Up to this many m_SpreadQueue elements are handled each world tick
-const int MAX_LIGHTING_SPREAD_PER_TICK = 10;
-#endif
const int TIME_SUNSET = 12000;
const int TIME_NIGHT_START = 13187;