diff options
Diffstat (limited to 'src/nodedef.h')
-rw-r--r-- | src/nodedef.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. |