diff options
Diffstat (limited to 'engines/gargoyle/frotz/processor_streams.cpp')
-rw-r--r-- | engines/gargoyle/frotz/processor_streams.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gargoyle/frotz/processor_streams.cpp b/engines/gargoyle/frotz/processor_streams.cpp index 5fe526fbe4..ae4dbaada1 100644 --- a/engines/gargoyle/frotz/processor_streams.cpp +++ b/engines/gargoyle/frotz/processor_streams.cpp @@ -28,7 +28,6 @@ namespace Frotz { // TODO: Implement method stubs static void os_scrollback_char(zchar) {} static void os_scrollback_erase(zword) {} -static void flush_buffer() {} static void script_open() {} static void script_close() {} static void script_mssg_on() {} |