From fd845f27f5b3e3c6587c472be76235567a7b934d Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 23 Jul 2012 07:20:13 +0300 Subject: Fix map deserialization and remove old serialization code --- src/content_mapnode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/content_mapnode.h') 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 -- cgit v1.2.3