From 5ef148649daca54714bd141bd473072250b46d83 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 16 Sep 2019 13:10:42 +0100 Subject: [Rework] Lua core: Use lightuserdata to index classes --- src/lua/lua_common.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/lua/lua_common.h') diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 265775835..9878cc521 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -154,15 +154,6 @@ void rspamd_lua_new_class (lua_State *L, const gchar *classname, const struct luaL_reg *methods); -/** - * Create and register new class with static methods - */ -void rspamd_lua_new_class_full (lua_State *L, - const gchar *classname, - const gchar *static_name, - const struct luaL_reg *methods, - const struct luaL_reg *func); - /** * Set class name for object at @param objidx position */ -- cgit v1.2.3