MADS: Remove redundant Palette::close method

This commit is contained in:
Paul Gilbert 2014-06-03 22:27:33 -04:00
parent 72c9159043
commit 9dc2aabb62
2 changed files with 0 additions and 9 deletions

View File

@ -192,8 +192,6 @@ void Game::gameLoop() {
_vm->_events->freeCursors();
_vm->_sound->closeDriver();
}
_vm->_palette->close();
}
void Game::sectionLoop() {

View File

@ -309,13 +309,6 @@ public:
*/
void setLowRange();
/**
* Set up the palette as the game ends
*/
void close() {
warning("TODO: Palette::close");
}
void setColorFlags(byte r, byte g, byte b);
void setColorValues(byte r, byte g, byte b);