scummvm/engines/sword25
Max Horn fdf12c5c09 SWORD25: Remove more unused loadlib code + use of fopen
The functions loader_C and loader_Croot provably did not do anything
besides returning an error, so removing them was safe.

For loader_Lua, this was using luaL_loadfile. But that in turn now
uses Sword25FileProxy, which only supports loading config.lua,
and config.lua is not used via the loadlib mechanism.
Therefore, I deemed it safe to also remove this third loader.

This leaves loader_preload as only remaining loader. It is probably
unused, too, but I did not both to investigate further, as I already
achieved my primary goal (getting rid of fopen/fclose use).

All other removed functions were unused due to the removal of the
first three loader_* functions.
2011-05-25 13:01:06 +02:00
..
fmv SWORD25: Fix Theora audio endianism 2011-05-23 16:49:52 +02:00
gfx SWORD25: Remove obsolete FORBIDDEN_SYMBOL_ALLOW_ALL defines 2011-05-23 19:48:14 +02:00
input GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
kernel SWORD25: Remove obsolete FORBIDDEN_SYMBOL_ALLOW_ALL defines 2011-05-23 19:48:14 +02:00
math SWORD25: Avoid including lua headers in other headers 2011-05-23 19:12:25 +02:00
package GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
script SWORD25: Avoid including lua headers in other headers 2011-05-23 19:12:25 +02:00
sfx SWORD25: Fix compilation when libvorbis is not present 2011-05-13 21:09:31 +03:00
util SWORD25: Remove more unused loadlib code + use of fopen 2011-05-25 13:01:06 +02:00
console.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
console.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
detection_tables.h SWORD25: Moved detection entries into detection_tables.h 2011-05-23 18:41:18 +10:00
detection.cpp SWORD25: Moved detection entries into detection_tables.h 2011-05-23 18:41:18 +10:00
module.mk SWORD25: Remove unused Lua print stuff 2011-05-24 00:19:31 +02:00
sword25.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
sword25.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00