1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Removed unused variable.

This commit is contained in:
Frank Zago
2009-05-14 03:28:55 +00:00
parent e7d4635da8
commit bbf4394ecc

View File

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