aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/engine.h')
-rw-r--r--engines/sci/include/engine.h4
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);