diff options
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r-- | src/content_mapnode.h | 1 |
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 |