aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMax Horn2011-05-25 11:48:50 +0200
committerMax Horn2011-05-25 13:01:06 +0200
commitfdf12c5c09e1c644001079a9dce5335e9ae2707d (patch)
tree540944854a1481778f2a7c0e56f26fd26888ad6c /backends
parent0aa6aca4201df105276455d550d00495fdaa067b (diff)
downloadscummvm-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 'backends')
0 files changed, 0 insertions, 0 deletions