mirror of
https://github.com/minetest/minetest.git
synced 2024-11-05 07:13:46 +01:00
nodedef: Delete two unused method definitions (#7288)
This commit is contained in:
parent
5862d9e482
commit
55bb1938c1
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user