aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
authoruruk2014-02-09 15:25:10 +0100
committeruruk2014-02-09 15:25:10 +0100
commit3df5f2ad418d886ea77848c9916e2b97c6ce627b (patch)
tree68736a05e8fb095aba657c16448b23bf4e671681 /engines/avalanche/avalanche.h
parentda4d459812453ffa93bfbddcaeef3b51a0cfa5e3 (diff)
downloadscummvm-rg350-3df5f2ad418d886ea77848c9916e2b97c6ce627b.tar.gz
scummvm-rg350-3df5f2ad418d886ea77848c9916e2b97c6ce627b.tar.bz2
scummvm-rg350-3df5f2ad418d886ea77848c9916e2b97c6ce627b.zip
AVALANCHE: Remove Pingo.
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index dfe48b890f..5e5bc34464 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -32,7 +32,6 @@
#include "avalanche/graphics.h"
#include "avalanche/parser.h"
#include "avalanche/avalot.h"
-#include "avalanche/pingo.h"
#include "avalanche/dialogs.h"
#include "avalanche/background.h"
#include "avalanche/sequence.h"
@@ -79,7 +78,6 @@ public:
Clock *_clock;
GraphicManager *_graphics;
Parser *_parser;
- Pingo *_pingo;
Dialogs *_dialogs;
Background *_background;
Sequence *_sequence;