aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_quit.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/widget_quit.h')
-rw-r--r--engines/sherlock/tattoo/widget_quit.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sherlock/tattoo/widget_quit.h b/engines/sherlock/tattoo/widget_quit.h
index e7da685b72..b8b640f2d2 100644
--- a/engines/sherlock/tattoo/widget_quit.h
+++ b/engines/sherlock/tattoo/widget_quit.h
@@ -35,11 +35,6 @@ namespace Tattoo {
class WidgetQuit: public WidgetBase {
private:
int _select, _oldSelect;
-
- /**
- * Close the dialog
- */
- void close();
public:
WidgetQuit(SherlockEngine *vm);
virtual ~WidgetQuit() {}