aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gnap.h
diff options
context:
space:
mode:
authorStrangerke2016-04-24 20:14:42 +0200
committerEugene Sandulenko2016-05-10 09:54:21 +0200
commit5246356d44ba883c1d315b25d060d8dacfc4bddc (patch)
treef9b15fb6987759c1b6735e36711d4d72ad33ed7e /engines/gnap/gnap.h
parent1cf3c3b93ee4e9e96f12ae471ceeb6cf354b6db8 (diff)
downloadscummvm-rg350-5246356d44ba883c1d315b25d060d8dacfc4bddc.tar.gz
scummvm-rg350-5246356d44ba883c1d315b25d060d8dacfc4bddc.tar.bz2
scummvm-rg350-5246356d44ba883c1d315b25d060d8dacfc4bddc.zip
GNAP: Refactor scene 45
Diffstat (limited to 'engines/gnap/gnap.h')
-rw-r--r--engines/gnap/gnap.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/gnap/gnap.h b/engines/gnap/gnap.h
index b74173070a..dcb01edae5 100644
--- a/engines/gnap/gnap.h
+++ b/engines/gnap/gnap.h
@@ -612,13 +612,6 @@ public:
bool toyUfoCheckTimer();
void toyUfoFlyTo(int destX, int destY, int minX, int maxX, int minY, int maxY, int animationIndex);
- // Scene 45
- int _s45_currDancerSequenceId;
- int scene45_init();
- void scene45_updateHotspots();
- void scene45_run();
- void scene45_updateAnimations();
-
// Scene 46
int _s46_currSackGuySequenceId;
int _s46_nextItchyGuySequenceId;