aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-22 21:02:29 -0400
committerPaul Gilbert2015-07-22 21:02:29 -0400
commit5117482f7960018d184938447a3a10991472f4dc (patch)
treef834088c0ee4585483e242906829b9ce67d9518b /engines/sherlock/surface.h
parent71296d6461bd8346793ff939b5d2e84d22c58dfa (diff)
downloadscummvm-rg350-5117482f7960018d184938447a3a10991472f4dc.tar.gz
scummvm-rg350-5117482f7960018d184938447a3a10991472f4dc.tar.bz2
scummvm-rg350-5117482f7960018d184938447a3a10991472f4dc.zip
SHERLOCK: RT: Implement maskArea
Diffstat (limited to 'engines/sherlock/surface.h')
-rw-r--r--engines/sherlock/surface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/surface.h b/engines/sherlock/surface.h
index 38e3339617..dd1a199b1f 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -142,8 +142,6 @@ public:
void fill(uint16 color);
- void maskArea(const ImageFrame &src, const Common::Point &pt);
-
/**
* Clear the surface
*/