Commit 6866f7cb authored by nanahira's avatar nanahira

remove redef

parent 129ee00f
......@@ -595,13 +595,6 @@ public:
static int32 group_meta_band(lua_State *L);
static int32 group_meta_bxor(lua_State *L);
//group metamethods
//__len is in the group lib, which is same as group_get_count
static int32 group_meta_add(lua_State *L);
static int32 group_meta_sub(lua_State *L);
static int32 group_meta_band(lua_State *L);
static int32 group_meta_bxor(lua_State *L);
//preload
static int32 debug_message(lua_State *L);
static int32 debug_add_card(lua_State *L);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment