aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cache.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-03-16 01:03:24 +0200
committerFilippos Karapetis2016-03-16 01:51:06 +0200
commit75527e3df5349fe0cdbdc2ccc06a641d64849dc1 (patch)
tree4c376ca2a4789ea46f3fc7586820334f30381da5 /engines/sci/graphics/cache.h
parentbd81da1a6a7604805c927073f086767c5baf2bac (diff)
downloadscummvm-rg350-75527e3df5349fe0cdbdc2ccc06a641d64849dc1.tar.gz
scummvm-rg350-75527e3df5349fe0cdbdc2ccc06a641d64849dc1.tar.bz2
scummvm-rg350-75527e3df5349fe0cdbdc2ccc06a641d64849dc1.zip
SCI32: Remove getColorAtCoordinate()
The only calling code for this was removed in commit 3f2469c33ed6017d3c385fbbfd01a4e690987fbc
Diffstat (limited to 'engines/sci/graphics/cache.h')
-rw-r--r--engines/sci/graphics/cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/graphics/cache.h b/engines/sci/graphics/cache.h
index 33fa4fe399..61952718a9 100644
--- a/engines/sci/graphics/cache.h
+++ b/engines/sci/graphics/cache.h
@@ -49,8 +49,6 @@ public:
int16 kernelViewGetLoopCount(GuiResourceId viewId);
int16 kernelViewGetCelCount(GuiResourceId viewId, int16 loopNo);
- byte kernelViewGetColorAtCoordinate(GuiResourceId viewId, int16 loopNo, int16 celNo, int16 x, int16 y);
-
private:
void purgeFontCache();
void purgeViewCache();