From 0425c6b8c888d0ccdf09a371a7415c8b3cb055a3 Mon Sep 17 00:00:00 2001 From: red-001 Date: Fri, 19 Jan 2018 16:18:16 +0000 Subject: CSM: Remove screenshot API Reverted from commit 19960e26c672c6337f8c6ffbe27f2c6bca49750c (* [CSM] add screenshot api lua) --- src/script/lua_api/l_client.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/script/lua_api/l_client.h') diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index b0ece7205..0d3e6b106 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -87,9 +87,6 @@ private: // get_node_def(nodename) static int l_get_node_def(lua_State *L); - // take_screenshot() - static int l_take_screenshot(lua_State *L); - // get_privilege_list() static int l_get_privilege_list(lua_State *L); -- cgit v1.2.3