From 76d4396fa148a44f6aaee38d188d4c2cf8c90c7f Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Thu, 23 Jan 2014 19:21:01 -0500 Subject: Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacks --- src/script/cpp_api/s_item.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/script/cpp_api/s_item.h') diff --git a/src/script/cpp_api/s_item.h b/src/script/cpp_api/s_item.h index 4964dd5b4..cca1641fd 100644 --- a/src/script/cpp_api/s_item.h +++ b/src/script/cpp_api/s_item.h @@ -52,7 +52,6 @@ protected: friend class ModApiItemMod; bool getItemCallback(const char *name, const char *callbackname); -private: void pushPointedThing(const PointedThing& pointed); }; -- cgit v1.2.3