1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Remove unused functions.

This commit is contained in:
onkrot 2015-08-16 00:25:27 +05:00 committed by Loic Blot
parent ee6cad1546
commit 5556ba168f
5 changed files with 0 additions and 44 deletions

View file

@ -179,8 +179,6 @@ public:
void propagateSunlight(v3s16 nmin, v3s16 nmax);
void spreadLight(v3s16 nmin, v3s16 nmax);
void calcLightingOld(v3s16 nmin, v3s16 nmax);
virtual void makeChunk(BlockMakeData *data) {}
virtual int getGroundLevelAtPoint(v2s16 p) { return 0; }
};