mirror of
https://github.com/minetest/minetest.git
synced 2025-04-03 00:42:46 +02:00
nodedef: Delete two unused method definitions (#7288)
This commit is contained in:
@ -405,8 +405,6 @@ struct ContentFeatures
|
|||||||
void reset();
|
void reset();
|
||||||
void serialize(std::ostream &os, u16 protocol_version) const;
|
void serialize(std::ostream &os, u16 protocol_version) const;
|
||||||
void deSerialize(std::istream &is);
|
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
|
* Since vertex alpha is no longer supported, this method
|
||||||
* adds opacity directly to the texture pixels.
|
* adds opacity directly to the texture pixels.
|
||||||
|
Reference in New Issue
Block a user