nodedef: Delete two unused method definitions (#7288)
parent
5862d9e482
commit
55bb1938c1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue