projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5862d9e
)
nodedef: Delete two unused method definitions (#7288)
author
Kuma_jjw
<kojeomstudio@gmail.com>
Mon, 30 Apr 2018 17:15:11 +0000
(
02:15
+0900)
committer
SmallJoker
<SmallJoker@users.noreply.github.com>
Mon, 30 Apr 2018 17:15:11 +0000
(19:15 +0200)
src/nodedef.h
patch
|
blob
|
history
diff --git
a/src/nodedef.h
b/src/nodedef.h
index 058eebb7e865cf984873a2cab937eb7dd62d1760..51f930e55beddd295fd628febd4debf97feb7f28 100644
(file)
--- 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.