diff options
| author | onkrot <vob999@bk.ru> | 2015-08-16 00:25:27 +0500 |
|---|---|---|
| committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-08-16 14:29:33 +0200 |
| commit | 5556ba168fb8bb3c234311564de36c4b130c8ab1 (patch) | |
| tree | 5d1b47d9d5305de738779cd33d01c9737b5c28c2 /src/mapgen.h | |
| parent | ee6cad154699959193d9a0395eb1d144a495c377 (diff) | |
| download | minetest-5556ba168fb8bb3c234311564de36c4b130c8ab1.tar.xz | |
Remove unused functions.
Diffstat (limited to 'src/mapgen.h')
| -rw-r--r-- | src/mapgen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapgen.h b/src/mapgen.h index b0758ba41..46328ba92 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -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; } }; |
