From fbe17a4e8a93e1c1bfd9ee60a19a71107eab1b3e Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Tue, 20 Jun 2017 08:28:33 +0100 Subject: Lighting Optimisations (#3785) --- src/LightingThread.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/LightingThread.h') 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); -- cgit v1.2.3