aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/game.cpp')
-rw-r--r--engines/tony/game.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/tony/game.cpp b/engines/tony/game.cpp
index 321a4fa88d..4699a9b9aa 100644
--- a/engines/tony/game.cpp
+++ b/engines/tony/game.cpp
@@ -1527,12 +1527,6 @@ void RMPointer::close() {
}
}
-
-int RMPointer::priority() {
- // Pointer has minimum priority so it will be drawn last
- return 200;
-}
-
void RMPointer::draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim) {
CORO_BEGIN_CONTEXT;
int n;