summaryrefslogtreecommitdiffstats
path: root/src/LightingThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LightingThread.cpp')
-rw-r--r--src/LightingThread.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LightingThread.cpp b/src/LightingThread.cpp
index c83589965..8c445c8e4 100644
--- a/src/LightingThread.cpp
+++ b/src/LightingThread.cpp
@@ -12,7 +12,6 @@
-
/** Chunk data callback that takes the chunk data and puts them into cLightingThread's m_BlockTypes[] / m_HeightMap[]: */
class cReader :
public cChunkDataCallback
@@ -231,7 +230,6 @@ void cLightingThread::Execute(void)
-
void cLightingThread::LightChunk(cLightingChunkStay & a_Item)
{
// If the chunk is already lit, skip it (report as success):