aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_info.h')
-rw-r--r--engines/xeen/dialogs_info.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/xeen/dialogs_info.h b/engines/xeen/dialogs_info.h
index 66b915788b..68c8403545 100644
--- a/engines/xeen/dialogs_info.h
+++ b/engines/xeen/dialogs_info.h
@@ -30,10 +30,9 @@ namespace Xeen {
class InfoDialog : public ButtonContainer {
private:
- XeenEngine *_vm;
Common::StringArray _lines;
- InfoDialog(XeenEngine *vm) : ButtonContainer(), _vm(vm) {}
+ InfoDialog(XeenEngine *vm) : ButtonContainer(vm) {}
void execute();