aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/gyro.cpp')
-rw-r--r--engines/avalanche/gyro.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/avalanche/gyro.cpp b/engines/avalanche/gyro.cpp
index cea537da31..c1ea6a2575 100644
--- a/engines/avalanche/gyro.cpp
+++ b/engines/avalanche/gyro.cpp
@@ -209,14 +209,6 @@ void Gyro::setMousePointerWait() {
newMouse(4);
}
-void Gyro::note(uint16 hertz) {
- warning("STUB: Gyro::note()");
-}
-
-void Gyro::blip() {
- warning("STUB: Gyro::blip()");
-}
-
void Gyro::drawShadow(int16 x1, int16 y1, int16 x2, int16 y2, byte hc, byte sc) {
warning("STUB: Gyro::shadow()");
}
@@ -361,10 +353,6 @@ void Gyro::newGame() {
_vm->_lucerna->spriteRun();
}
-void Gyro::click() {
- warning("STUB: Gyro::click()");
-}
-
void Gyro::slowDown() {
warning("STUB: Gyro::slowdown()");
}