aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
authorSmallJoker <SmallJoker@users.noreply.github.com>2021-10-12 20:12:20 +0200
committerGitHub <noreply@github.com>2021-10-12 20:12:20 +0200
commitecc6f4ba25cd49599922333a5f8d4b4ce368992d (patch)
tree9e54d0968bde5faf2f1870c5c806fa30521a695d /src/mapblock.h
parent6de8d77e17017cd5cc7b065d42566b6b1cd076cc (diff)
downloadhax-minetest-server-ecc6f4ba25cd49599922333a5f8d4b4ce368992d.tar.gz
hax-minetest-server-ecc6f4ba25cd49599922333a5f8d4b4ce368992d.zip
Remove a few unused functions reported by callcatcher (#11658)
Diffstat (limited to '')
-rw-r--r--src/mapblock.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mapblock.h b/src/mapblock.h
index 8de631a29..e729fdb1c 100644
--- a/src/mapblock.h
+++ b/src/mapblock.h
@@ -364,20 +364,6 @@ public:
}
////
- //// Miscellaneous stuff
- ////
-
- /*
- Tries to measure ground level.
- Return value:
- -1 = only air
- -2 = only ground
- -3 = random fail
- 0...MAP_BLOCKSIZE-1 = ground level
- */
- s16 getGroundLevel(v2s16 p2d);
-
- ////
//// Timestamp (see m_timestamp)
////