From 3780d9abecdb769f85129d63194df77aab364f21 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 8 Jun 2013 10:31:37 -0400 Subject: VOYEUR: Major cleanup of code between EventsManager and GraphicsManager --- engines/voyeur/game.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'engines/voyeur/game.cpp') 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 -- cgit v1.2.3