Skip to content

Commit 55bb193

Browse files
kojeomstudioSmallJoker
authored andcommittedApr 30, 2018
nodedef: Delete two unused method definitions (#7288)
1 parent 5862d9e commit 55bb193

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/nodedef.h

-2
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,6 @@ struct ContentFeatures
405405
void reset();
406406
void serialize(std::ostream &os, u16 protocol_version) const;
407407
void deSerialize(std::istream &is);
408-
void serializeOld(std::ostream &os, u16 protocol_version) const;
409-
void deSerializeOld(std::istream &is, int version);
410408
/*!
411409
* Since vertex alpha is no longer supported, this method
412410
* adds opacity directly to the texture pixels.

0 commit comments

Comments
 (0)
Please sign in to comment.