summaryrefslogtreecommitdiff
path: root/include/lua_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lua_core.h')
-rw-r--r--include/lua_core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/lua_core.h b/include/lua_core.h
index ed354b8..2285ca4 100644
--- a/include/lua_core.h
+++ b/include/lua_core.h
@@ -14,9 +14,6 @@ enum EventType {
EVENT_CURSOR_ENTER
};
-void defineGlobals();
-void logCustom( int logLevel, const char *text, va_list args );
-
bool luaInit();
int luaTraceback( lua_State *L );
bool luaCallMain();