aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lua/src/lua/ULuaCore.pas3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lua/src/lua/ULuaCore.pas b/Lua/src/lua/ULuaCore.pas
index 99dd8872..9b2e08c6 100644
--- a/Lua/src/lua/ULuaCore.pas
+++ b/Lua/src/lua/ULuaCore.pas
@@ -727,9 +727,6 @@ begin
//we don't expect
lua_atPanic(State, TLua_CustomPanic);
- // to-do : fix this
- // it may solve the problem if we read the file
- // and pass lua the text }
if (LuaL_LoadFile(State, PChar(Filename.ToNative)) = 0) then
begin // file loaded successful
{ note: we run the file here, but the environment isn't