summaryrefslogtreecommitdiff
path: root/src/content_mapnode.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-07-23 07:20:13 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-07-23 08:18:39 +0300
commitfd845f27f5b3e3c6587c472be76235567a7b934d (patch)
tree53915de3f1c512e0e4ec8d29cd42160a9af5e826 /src/content_mapnode.h
parentea62ee4b61371107ef3d693bda4c410ba02ca7e6 (diff)
downloadminetest-fd845f27f5b3e3c6587c472be76235567a7b934d.tar.gz
minetest-fd845f27f5b3e3c6587c472be76235567a7b934d.tar.bz2
minetest-fd845f27f5b3e3c6587c472be76235567a7b934d.zip
Fix map deserialization and remove old serialization code
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r--src/content_mapnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h
index cc11cd224..45c2b0763 100644
--- a/src/content_mapnode.h
+++ b/src/content_mapnode.h
@@ -28,7 +28,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// Backwards compatibility for non-extended content types in v19
extern content_t trans_table_19[21][2];
-MapNode mapnode_translate_from_internal(MapNode n_from, u8 version);
MapNode mapnode_translate_to_internal(MapNode n_from, u8 version);
// Get legacy node name mapping for loading old blocks