From 9d412dd0754ce9eadf0f6122437d66d1dbfbf35c Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Wed, 26 Jul 2017 23:11:46 +0200 Subject: Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cpp --- src/map.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 377e75ed0..c3a1c1897 100644 --- a/src/map.h +++ b/src/map.h @@ -216,15 +216,6 @@ public: bool addNodeWithEvent(v3s16 p, MapNode n, bool remove_metadata = true); bool removeNodeWithEvent(v3s16 p); - /* - Takes the blocks at the edges into account - */ - bool getDayNightDiff(v3s16 blockpos); - - //core::aabbox3d getDisplayedBlockArea(); - - //bool updateChangedVisibleArea(); - // Call these before and after saving of many blocks virtual void beginSave() { return; } virtual void endSave() { return; } -- cgit v1.2.3