nodedef: Delete two unused method definitions (#7288)

master
Kuma_jjw 2018-05-01 02:15:11 +09:00 committed by SmallJoker
parent 5862d9e482
commit 55bb1938c1
1 changed files with 0 additions and 2 deletions

View File

@ -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.