We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5862d9e commit 55bb193Copy full SHA for 55bb193
src/nodedef.h
@@ -405,8 +405,6 @@ struct ContentFeatures
405
void reset();
406
void serialize(std::ostream &os, u16 protocol_version) const;
407
void deSerialize(std::istream &is);
408
- void serializeOld(std::ostream &os, u16 protocol_version) const;
409
- void deSerializeOld(std::istream &is, int version);
410
/*!
411
* Since vertex alpha is no longer supported, this method
412
* adds opacity directly to the texture pixels.
0 commit comments