aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cursor.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-01-11 12:23:04 +0000
committerFilippos Karapetis2010-01-11 12:23:04 +0000
commit6a07bbd5f41960d5c773f116d24c4de741ef3541 (patch)
treef3a6bff00157470e05dade2e2a6a227f77829be7 /engines/sci/graphics/cursor.h
parent4400bac9ad00328aff6d00d90d5285fc5fef3b2f (diff)
downloadscummvm-rg350-6a07bbd5f41960d5c773f116d24c4de741ef3541.tar.gz
scummvm-rg350-6a07bbd5f41960d5c773f116d24c4de741ef3541.tar.bz2
scummvm-rg350-6a07bbd5f41960d5c773f116d24c4de741ef3541.zip
Moved all the cache limits inside helpers.h and removed an obsolete TODO
svn-id: r47250
Diffstat (limited to 'engines/sci/graphics/cursor.h')
-rw-r--r--engines/sci/graphics/cursor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/graphics/cursor.h b/engines/sci/graphics/cursor.h
index c714faff87..087772fc98 100644
--- a/engines/sci/graphics/cursor.h
+++ b/engines/sci/graphics/cursor.h
@@ -35,8 +35,6 @@ namespace Sci {
#define SCI_CURSOR_SCI0_TRANSPARENCYCOLOR 1
-#define MAX_CACHED_CURSORS 10
-
class View;
class SciPalette;