summaryrefslogtreecommitdiff
path: root/src/lua_bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_bind.c')
-rw-r--r--src/lua_bind.c9
1 files changed, 0 insertions, 9 deletions
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]);