diff options
Diffstat (limited to 'engines/cge2/vga13h.cpp')
-rw-r--r-- | engines/cge2/vga13h.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp index e4b7dbffc7..cfcf25f802 100644 --- a/engines/cge2/vga13h.cpp +++ b/engines/cge2/vga13h.cpp @@ -455,11 +455,6 @@ void Sprite::step(int nr) { _vm->_waitRef = 0; } -#pragma argsused -void Sprite::touch(uint16 mask, int x, int y, Common::KeyCode keyCode) { - warning("STUB: Sprite::touch()"); -} - void Sprite::tick() { step(); } |