diff options
Diffstat (limited to 'engines/avalanche/pingo.cpp')
-rw-r--r-- | engines/avalanche/pingo.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/avalanche/pingo.cpp b/engines/avalanche/pingo.cpp index 433924f594..40467ab839 100644 --- a/engines/avalanche/pingo.cpp +++ b/engines/avalanche/pingo.cpp @@ -56,18 +56,6 @@ void Pingo::copyPage(byte frp, byte top) { // taken from Copy02 (above) warning("STUB: Pingo::copyPage()"); } -void Pingo::wobble() { - warning("STUB: Pingo::wobble()"); -} - -void Pingo::zl(int16 x1, int16 y1, int16 x2, int16 y2) { - warning("STUB: Pingo::zl()"); -} - -void Pingo::zonk() { - warning("STUB: Pingo::zonk()"); -} - void Pingo::winningPic() { Common::File f; _vm->fadeOut(); |