diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-22 14:24:58 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-22 14:24:58 +0200 |
commit | d8b8c1d313c29e92b4ef15ad0a1fddd5ec8bc651 (patch) | |
tree | 85c94ccb8e261392e694c3eec48ba5802b270218 /src/script/lua_api/l_client.h | |
parent | 6e6c68ba046e9cddfafb069931731d68a2b5ec21 (diff) | |
download | dragonfireclient-d8b8c1d313c29e92b4ef15ad0a1fddd5ec8bc651.tar.xz |
Added Documentation for Additional API
Diffstat (limited to 'src/script/lua_api/l_client.h')
-rw-r--r-- | src/script/lua_api/l_client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index 6104b3352..45c921f0d 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -113,9 +113,6 @@ private: // dig_node(pos) static int l_dig_node(lua_State *L); - - // start_dig(pos) - static int l_start_dig(lua_State *L); public: static void Initialize(lua_State *L, int top); }; |