Skip to content

Commit

Permalink
nodedef: Delete two unused method definitions (#7288)
Browse files Browse the repository at this point in the history
  • Loading branch information
opk4406opk authored and SmallJoker committed Apr 30, 2018
1 parent 5862d9e commit 55bb193
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nodedef.h
Expand Up @@ -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.
Expand Down

0 comments on commit 55bb193

Please sign in to comment.