LocalPlayer::accelerateHorizontal: cleanups
[oweals/minetest.git] / src / map.h
index 377e75ed0c9485de2f562bb9e2ffcf6cc18eb751..c3a1c1897dbc35d5594b140b888678c7aa12006b 100644 (file)
--- 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<s16> getDisplayedBlockArea();
-
-       //bool updateChangedVisibleArea();
-
        // Call these before and after saving of many blocks
        virtual void beginSave() { return; }
        virtual void endSave() { return; }