aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorathrxx2011-09-30 19:34:42 +0200
committerJohannes Schickel2011-12-26 16:18:15 +0100
commit532f8f33f2dad8c0292c41301926becc5198a83e (patch)
tree76e3cff9a7d62f7945bb04d9d616568e102a2a2f /engines/kyra/lol.h
parent1cbd56693086afa8ce93092c3638e1052e31a5d9 (diff)
downloadscummvm-rg350-532f8f33f2dad8c0292c41301926becc5198a83e.tar.gz
scummvm-rg350-532f8f33f2dad8c0292c41301926becc5198a83e.tar.bz2
scummvm-rg350-532f8f33f2dad8c0292c41301926becc5198a83e.zip
KYRA: (EOB) - fix mem leak
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index ae3408eb1a..7bd67686e6 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -561,7 +561,6 @@ private:
int clickedLamp(Button *button);
int clickedStatusIcon(Button *button);
- Common::Array<Button::Callback> _buttonCallbacks;
const LoLButtonDef *_buttonData;
const int16 *_buttonList1;
const int16 *_buttonList2;