aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_char_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_char_info.h')
-rw-r--r--engines/xeen/dialogs_char_info.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/xeen/dialogs_char_info.h b/engines/xeen/dialogs_char_info.h
index 90b35a9f6b..cddd4ec89c 100644
--- a/engines/xeen/dialogs_char_info.h
+++ b/engines/xeen/dialogs_char_info.h
@@ -31,12 +31,11 @@ namespace Xeen {
class CharacterInfo : public ButtonContainer {
private:
- XeenEngine *_vm;
SpriteResource _iconSprites;
DrawStruct _drawList[24];
int _cursorCell;
- CharacterInfo(XeenEngine *vm) : ButtonContainer(), _vm(vm), _cursorCell(0) {}
+ CharacterInfo(XeenEngine *vm) : ButtonContainer(vm), _cursorCell(0) {}
void execute(int charIndex);