From: Kuma_jjw Date: Mon, 30 Apr 2018 17:15:11 +0000 (+0900) Subject: nodedef: Delete two unused method definitions (#7288) X-Git-Tag: 5.0.0~423 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=55bb1938c17dfdb065a0eead97ce8094518b9049;p=oweals%2Fminetest.git nodedef: Delete two unused method definitions (#7288) --- 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.