diff options
author | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-22 17:33:40 +0100 |
---|---|---|
committer | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-22 17:33:40 +0100 |
commit | 75abce905d28192ec1ad049945b160f2b64fee4a (patch) | |
tree | 091c530dfb0638b70403723a04b147a5111a4445 /src/Chunk.cpp | |
parent | merged in more warning fixes (diff) | |
download | cuberite-75abce905d28192ec1ad049945b160f2b64fee4a.tar cuberite-75abce905d28192ec1ad049945b160f2b64fee4a.tar.gz cuberite-75abce905d28192ec1ad049945b160f2b64fee4a.tar.bz2 cuberite-75abce905d28192ec1ad049945b160f2b64fee4a.tar.lz cuberite-75abce905d28192ec1ad049945b160f2b64fee4a.tar.xz cuberite-75abce905d28192ec1ad049945b160f2b64fee4a.tar.zst cuberite-75abce905d28192ec1ad049945b160f2b64fee4a.zip |
Diffstat (limited to 'src/Chunk.cpp')
-rw-r--r-- | src/Chunk.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp index 34cb6a534..fb26e983d 100644 --- a/src/Chunk.cpp +++ b/src/Chunk.cpp @@ -2900,10 +2900,6 @@ NIBBLETYPE cChunk::GetTimeAlteredLight(NIBBLETYPE a_Skylight) const -#if !C_CHUNK_USE_INLINE -# include "cChunk.inl.h" -#endif - |