diff options
author | Max Horn | 2009-02-26 16:33:48 +0000 |
---|---|---|
committer | Max Horn | 2009-02-26 16:33:48 +0000 |
commit | 79417f4d3290d511f895dd09648bc3c7ed2278f9 (patch) | |
tree | 605d2c1aa6eda41eec8c639e70c3145cecbbf134 /engines | |
parent | 3343dca6dc9dfe18d4f5e5a280c1e9ffe50da3d3 (diff) | |
download | scummvm-rg350-79417f4d3290d511f895dd09648bc3c7ed2278f9.tar.gz scummvm-rg350-79417f4d3290d511f895dd09648bc3c7ed2278f9.tar.bz2 scummvm-rg350-79417f4d3290d511f895dd09648bc3c7ed2278f9.zip |
cleanup
svn-id: r38910
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/include/engine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/include/engine.h b/engines/sci/include/engine.h index 036ccb1c64..13e58ecd8b 100644 --- a/engines/sci/include/engine.h +++ b/engines/sci/include/engine.h @@ -295,10 +295,6 @@ gfx_pixmap_color_t *get_pic_color(EngineState *s, int color); ** Returns : (gfx_pixmap_color_t *) The requested color. */ -void other_libs_exit(); -/* Called directly before FreeSCI ends to allow libraries to clean up -*/ - static inline reg_t not_register(EngineState *s, reg_t r) { if (s->version >= SCI_VERSION_FTU_INVERSE_CANBEHERE) return make_reg(0, !r.offset); |