aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_whowill.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_whowill.h')
-rw-r--r--engines/xeen/dialogs_whowill.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/xeen/dialogs_whowill.h b/engines/xeen/dialogs_whowill.h
index 8080c36ddb..8018cbb0ef 100644
--- a/engines/xeen/dialogs_whowill.h
+++ b/engines/xeen/dialogs_whowill.h
@@ -29,9 +29,7 @@ namespace Xeen {
class WhoWill : public ButtonContainer {
private:
- XeenEngine *_vm;
-
- WhoWill(XeenEngine *vm) : ButtonContainer(), _vm(vm) {}
+ WhoWill(XeenEngine *vm) : ButtonContainer(vm) {}
int execute(int message, int action, bool type);
public: