From 55bb1938c17dfdb065a0eead97ce8094518b9049 Mon Sep 17 00:00:00 2001 From: Kuma_jjw Date: Tue, 1 May 2018 02:15:11 +0900 Subject: nodedef: Delete two unused method definitions (#7288) --- src/nodedef.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index 058eebb7e..51f930e55 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -405,8 +405,6 @@ struct ContentFeatures void reset(); void serialize(std::ostream &os, u16 protocol_version) const; void deSerialize(std::istream &is); - void serializeOld(std::ostream &os, u16 protocol_version) const; - void deSerializeOld(std::istream &is, int version); /*! * Since vertex alpha is no longer supported, this method * adds opacity directly to the texture pixels. -- cgit v1.2.3