aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/graphics.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2014-12-07 14:40:21 +0200
committerFilippos Karapetis2014-12-07 15:33:11 +0200
commitb3e45ccc6854c93e73fcda0f9daa67ffad76a3a1 (patch)
treeda03e1c28334016abba7cf9d9784b1700d4ed918 /engines/agi/graphics.cpp
parent6ec077e1b9f766da0a74bfb85b4ee2cc891cb348 (diff)
downloadscummvm-rg350-b3e45ccc6854c93e73fcda0f9daa67ffad76a3a1.tar.gz
scummvm-rg350-b3e45ccc6854c93e73fcda0f9daa67ffad76a3a1.tar.bz2
scummvm-rg350-b3e45ccc6854c93e73fcda0f9daa67ffad76a3a1.zip
AGI: Disable/remove unused code
This is code that isn't used currently. Thanks to fingolfin for pointing out these parts of the code
Diffstat (limited to 'engines/agi/graphics.cpp')
-rw-r--r--engines/agi/graphics.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/graphics.cpp b/engines/agi/graphics.cpp
index 317e747cdd..2b1bd8c829 100644
--- a/engines/agi/graphics.cpp
+++ b/engines/agi/graphics.cpp
@@ -905,6 +905,7 @@ static const byte sciMouseCursor[] = {
0,0,0,0,0,0,1,2,2,1,0
};
+#if 0
/**
* A black and white Apple IIGS style arrow cursor (9x11).
* 0 = Transparent.
@@ -924,6 +925,7 @@ static const byte appleIIgsMouseCursor[] = {
2,2,2,0,2,1,1,2,0,
0,0,0,0,0,2,2,2,0
};
+#endif
/**
* RGB-palette for the black and white SCI and Apple IIGS arrow cursors.