diff options
Diffstat (limited to 'engines/sword25/util/lua')
-rw-r--r-- | engines/sword25/util/lua/lbaselib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sword25/util/lua/lbaselib.c b/engines/sword25/util/lua/lbaselib.c index 8b461d998b..8f97a1c246 100644 --- a/engines/sword25/util/lua/lbaselib.c +++ b/engines/sword25/util/lua/lbaselib.c @@ -27,10 +27,6 @@ ** model but changing `fputs' to put the strings at a proper place ** (a console window or a log file, for instance). */ -// ----------------------------------------------------------------------------- -// BS25 -// Aufruf der BS25 Log-Funktion -// ----------------------------------------------------------------------------- static int luaB_print (lua_State *L) { int n = lua_gettop(L); /* number of arguments */ int i; |