diff options
author | Paul Gilbert | 2013-06-08 10:31:37 -0400 |
---|---|---|
committer | Paul Gilbert | 2013-06-08 10:31:37 -0400 |
commit | 3780d9abecdb769f85129d63194df77aab364f21 (patch) | |
tree | e0b7897d1b6bf1b2d5261664d3c2d6ac008231b1 /engines/voyeur/game.cpp | |
parent | 48c18a7c1448a169cc07e21e4f2e883642e9e42a (diff) | |
download | scummvm-rg350-3780d9abecdb769f85129d63194df77aab364f21.tar.gz scummvm-rg350-3780d9abecdb769f85129d63194df77aab364f21.tar.bz2 scummvm-rg350-3780d9abecdb769f85129d63194df77aab364f21.zip |
VOYEUR: Major cleanup of code between EventsManager and GraphicsManager
Diffstat (limited to 'engines/voyeur/game.cpp')
-rw-r--r-- | engines/voyeur/game.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/voyeur/game.cpp b/engines/voyeur/game.cpp index 7c1f49f64f..d6aeb69eb7 100644 --- a/engines/voyeur/game.cpp +++ b/engines/voyeur/game.cpp @@ -39,17 +39,4 @@ void IntData::audioInit() { } -void IntData::addIntNode(IntNode *node) { - _intNodes.push_back(node); -} - -/*------------------------------------------------------------------------*/ - -IntNode::IntNode() { - _intFunc = NULL; - _curTime = 0; - _timeReset = 0; - _flags = 0; -} - } // End of namespace Voyeur |