Browse Source

Removed unused variable.

Frank Zago 16 years ago
parent
commit
bbf4394ecc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hch/CMusicHandler.cpp

+ 0 - 1
hch/CMusicHandler.cpp

@@ -174,7 +174,6 @@ int CSoundHandler::playSound(soundBase::soundID soundID, int repeats)
 {
 	int channel;
 	Mix_Chunk *chunk;
-	std::map<soundBase::soundID, Mix_Chunk *>::iterator it;
 
 	if (!sndh)
 		return -1;