From 452c05160f4f9afea287f83cf14379d550b6c779 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 22 Feb 2011 18:50:36 +0100 Subject: Remove unused powers.lua functions. --- src/lua_bind.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/lua_bind.c') diff --git a/src/lua_bind.c b/src/lua_bind.c index 04c0f7d9..d4751257 100644 --- a/src/lua_bind.c +++ b/src/lua_bind.c @@ -16,15 +16,6 @@ #include "tolua.h" extern lua_State *L; -/* - * Get a new magic type - */ -magic_power *new_magic_power(int num) -{ - magic_power *m_ptr; - C_MAKE(m_ptr, num, magic_power); - return (m_ptr); -} magic_power *grab_magic_power(magic_power *m_ptr, int num) { return (&m_ptr[num]); -- cgit v1.2.3