diff options
Diffstat (limited to 'engines/gargoyle/frotz/processor_streams.cpp')
-rw-r--r-- | engines/gargoyle/frotz/processor_streams.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/gargoyle/frotz/processor_streams.cpp b/engines/gargoyle/frotz/processor_streams.cpp index a5360959f2..3f35c1f4ca 100644 --- a/engines/gargoyle/frotz/processor_streams.cpp +++ b/engines/gargoyle/frotz/processor_streams.cpp @@ -28,8 +28,6 @@ namespace Frotz { // TODO: Implement method stubs static void os_scrollback_char(zchar) {} static void os_scrollback_erase(zword) {} -static void script_open() {} -static void script_close() {} static void script_mssg_on() {} static void script_mssg_off() {} static void script_char(zchar) {} @@ -51,7 +49,6 @@ static void record_open() {} static void record_close() {} static void record_write_key(zchar) {} static void record_write_input(zchar *, zchar) {} -static void os_restart_game(zword) {} static void restart_header() {} |