diff options
author | Max Horn | 2011-05-25 11:48:50 +0200 |
---|---|---|
committer | Max Horn | 2011-05-25 13:01:06 +0200 |
commit | fdf12c5c09e1c644001079a9dce5335e9ae2707d (patch) | |
tree | 540944854a1481778f2a7c0e56f26fd26888ad6c /configure | |
parent | 0aa6aca4201df105276455d550d00495fdaa067b (diff) | |
download | scummvm-rg350-fdf12c5c09e1c644001079a9dce5335e9ae2707d.tar.gz scummvm-rg350-fdf12c5c09e1c644001079a9dce5335e9ae2707d.tar.bz2 scummvm-rg350-fdf12c5c09e1c644001079a9dce5335e9ae2707d.zip |
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.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions