summaryrefslogtreecommitdiff
path: root/src/nodedef.h
diff options
context:
space:
mode:
authorKuma_jjw <kojeomstudio@gmail.com>2018-05-01 02:15:11 +0900
committerSmallJoker <SmallJoker@users.noreply.github.com>2018-04-30 19:15:11 +0200
commit55bb1938c17dfdb065a0eead97ce8094518b9049 (patch)
treec17cf112a34c4b74f6b5364f5c8cd5da5ffec2fb /src/nodedef.h
parent5862d9e482f9b263df2a01ef6f5c4c5bcbef91bd (diff)
downloadminetest-55bb1938c17dfdb065a0eead97ce8094518b9049.tar.gz
minetest-55bb1938c17dfdb065a0eead97ce8094518b9049.tar.bz2
minetest-55bb1938c17dfdb065a0eead97ce8094518b9049.zip
nodedef: Delete two unused method definitions (#7288)
Diffstat (limited to 'src/nodedef.h')
-rw-r--r--src/nodedef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nodedef.h b/src/nodedef.h
index 058eebb7e..51f930e55 100644
--- a/src/nodedef.h
+++ b/src/nodedef.h
@@ -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.