summaryrefslogtreecommitdiffstats
path: root/src/LightingThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LightingThread.h')
-rw-r--r--src/LightingThread.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/LightingThread.h b/src/LightingThread.h
index 2417ca706..4b1bf4788 100644
--- a/src/LightingThread.h
+++ b/src/LightingThread.h
@@ -149,10 +149,6 @@ protected:
/** Uses m_BlockTypes to initialize the m_BlockLight[] data; fills in seeds for the blocklight */
void PrepareBlockLight(void);
- /** Same as PrepareBlockLight(), but uses a different traversal scheme; possibly better perf cache-wise.
- To be compared in perf benchmarks. */
- void PrepareBlockLight2(void);
-
/** Calculates light in the light array specified, using stored seeds */
void CalcLight(NIBBLETYPE * a_Light);