diff options
Diffstat (limited to 'engines/gargoyle/frotz/processor_screen.cpp')
-rw-r--r-- | engines/gargoyle/frotz/processor_screen.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/gargoyle/frotz/processor_screen.cpp b/engines/gargoyle/frotz/processor_screen.cpp index 5b3b8cb379..27d3cda088 100644 --- a/engines/gargoyle/frotz/processor_screen.cpp +++ b/engines/gargoyle/frotz/processor_screen.cpp @@ -25,11 +25,6 @@ namespace Gargoyle { namespace Frotz { -// TODO: Method stubs to implement -static void storew(zword, zword) {} -static void print_char(zchar) {} - - void Processor::screen_char(zchar c) { // TODO } |