aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/ULuaLog.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/ULuaLog.pas')
-rw-r--r--src/lua/ULuaLog.pas14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lua/ULuaLog.pas b/src/lua/ULuaLog.pas
index f4673ed9..51b9797d 100644
--- a/src/lua/ULuaLog.pas
+++ b/src/lua/ULuaLog.pas
@@ -40,20 +40,6 @@ uses
function luaopen_Log (L: Plua_State): Integer; cdecl;
-function ULuaLog_LogError(L: Plua_State): Integer; cdecl;
-function ULuaLog_LogMsg(L: Plua_State): Integer; cdecl;
-function ULuaLog_BenchmarkStart(L: Plua_State): Integer; cdecl;
-function ULuaLog_BenchmarkEnd(L: Plua_State): Integer; cdecl;
-function ULuaLog_LogBenchmark(L: Plua_State): Integer; cdecl;
-function ULuaLog_LogDebug(L: Plua_State): Integer; cdecl;
-function ULuaLog_LogInfo(L: Plua_State): Integer; cdecl;
-function ULuaLog_LogStatus(L: Plua_State): Integer; cdecl;
-function ULuaLog_LogWarn(L: Plua_State): Integer; cdecl;
-function ULuaLog_LogCritical(L: Plua_State): Integer; cdecl;
-function ULuaLog_CriticalError(L: Plua_State): Integer; cdecl;
-function ULuaLog_GetLogLevel(L: Plua_State): Integer; cdecl;
-function ULuaLog_SetLogLevel(L: Plua_State): Integer; cdecl;
-
implementation
function ULuaLog_LogError(L: Plua_State): Integer; cdecl;