diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-10 19:34:20 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-10 19:34:20 +0100 |
commit | 2eca30aebc9a4f7307c31a75ca23e19fa3f1a4a7 (patch) | |
tree | f5726673e266e7db616d0c8d90b836761dafb9ce /src/LightingThread.cpp | |
parent | Use string.reserve to avoid the need to do inplace byteswap (diff) | |
download | cuberite-2eca30aebc9a4f7307c31a75ca23e19fa3f1a4a7.tar cuberite-2eca30aebc9a4f7307c31a75ca23e19fa3f1a4a7.tar.gz cuberite-2eca30aebc9a4f7307c31a75ca23e19fa3f1a4a7.tar.bz2 cuberite-2eca30aebc9a4f7307c31a75ca23e19fa3f1a4a7.tar.lz cuberite-2eca30aebc9a4f7307c31a75ca23e19fa3f1a4a7.tar.xz cuberite-2eca30aebc9a4f7307c31a75ca23e19fa3f1a4a7.tar.zst cuberite-2eca30aebc9a4f7307c31a75ca23e19fa3f1a4a7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/LightingThread.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/LightingThread.cpp b/src/LightingThread.cpp index 44dadb8a9..302473d71 100644 --- a/src/LightingThread.cpp +++ b/src/LightingThread.cpp @@ -13,12 +13,6 @@ -/// If more than this many chunks are in the queue, a warning is printed to the log -#define WARN_ON_QUEUE_SIZE 800 - - - - /// Chunk data callback that takes the chunk data and puts them into cLightingThread's m_BlockTypes[] / m_HeightMap[]: class cReader : |