diff options
author | Rui <rui.minetest@gmail.com> | 2017-09-01 20:40:09 +0900 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-09-01 13:40:09 +0200 |
commit | c0dac4d9284b61c5ff411cbd45786ed14c200f37 (patch) | |
tree | a7c4c6a260335d24b672720120698648149d63b4 /src/script/cpp_api/s_node.h | |
parent | bf403b923ab4a1e11447b3f81d54d5d0c1124f65 (diff) | |
download | minetest-c0dac4d9284b61c5ff411cbd45786ed14c200f37.tar.xz |
Remove nodeupdate completely (#6358)
Diffstat (limited to 'src/script/cpp_api/s_node.h')
-rw-r--r-- | src/script/cpp_api/s_node.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script/cpp_api/s_node.h b/src/script/cpp_api/s_node.h index 5b6509c83..e7c0c01d1 100644 --- a/src/script/cpp_api/s_node.h +++ b/src/script/cpp_api/s_node.h @@ -48,8 +48,6 @@ public: const std::string &formname, const StringMap &fields, ServerActiveObject *sender); - void node_falling_update(v3s16 p); - void node_falling_update_single(v3s16 p); public: static struct EnumString es_DrawType[]; static struct EnumString es_ContentParamType[]; |