aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/surface.h')
-rw-r--r--engines/sherlock/surface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sherlock/surface.h b/engines/sherlock/surface.h
index 4e9300b0a3..6032592084 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -65,9 +65,6 @@ private:
void transBlitFromUnscaled(const Graphics::Surface &src, const Common::Point &pt, bool flipped,
int overrideColor);
-public:
- void transBlitFromUnscaled3DO(const Graphics::Surface &src, const Common::Point &pt);
-
protected:
Graphics::Surface _surface;