aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-15 17:50:10 -0400
committerPaul Gilbert2015-03-15 17:50:10 -0400
commita6db2fb281fb5842be2d8fc0621922e70ad9668c (patch)
treea15f8208ebf56ef94383b96aaca7b8cb0a5f31c6 /engines/sherlock/tattoo/tattoo.h
parenteaab373a9687c6d6d3be3983bb77da5a69897a24 (diff)
downloadscummvm-rg350-a6db2fb281fb5842be2d8fc0621922e70ad9668c.tar.gz
scummvm-rg350-a6db2fb281fb5842be2d8fc0621922e70ad9668c.tar.bz2
scummvm-rg350-a6db2fb281fb5842be2d8fc0621922e70ad9668c.zip
SHERLOCK: Further game setup
Diffstat (limited to 'engines/sherlock/tattoo/tattoo.h')
-rw-r--r--engines/sherlock/tattoo/tattoo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/tattoo/tattoo.h b/engines/sherlock/tattoo/tattoo.h
index e2977983f1..f06fa1532d 100644
--- a/engines/sherlock/tattoo/tattoo.h
+++ b/engines/sherlock/tattoo/tattoo.h
@@ -34,8 +34,6 @@ public:
TattooEngine(OSystem *syst, const SherlockGameDescription *gameDesc) :
SherlockEngine(syst, gameDesc) {}
virtual ~TattooEngine() {}
-
- virtual void initFlags();
};
} // End of namespace Tattoo