diff options
Diffstat (limited to 'engines/gargoyle/frotz/processor_input.cpp')
-rw-r--r-- | engines/gargoyle/frotz/processor_input.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/gargoyle/frotz/processor_input.cpp b/engines/gargoyle/frotz/processor_input.cpp index 89aa1889fd..fa9da21795 100644 --- a/engines/gargoyle/frotz/processor_input.cpp +++ b/engines/gargoyle/frotz/processor_input.cpp @@ -25,10 +25,6 @@ namespace Gargoyle { namespace Frotz { -// TODO: Implement method stubs -static zword os_read_mouse() { return 0; } - - #define INPUT_BUFFER_SIZE 200 bool Processor::read_yes_or_no(const char *s) { |