From bbf4394ecc049c72c2e8c8a5b096c07d8a932fc7 Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Thu, 14 May 2009 03:28:55 +0000 Subject: [PATCH] Removed unused variable. --- hch/CMusicHandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/hch/CMusicHandler.cpp b/hch/CMusicHandler.cpp index 5ae8a2b58..d4c0b714e 100644 --- a/hch/CMusicHandler.cpp +++ b/hch/CMusicHandler.cpp @@ -174,7 +174,6 @@ int CSoundHandler::playSound(soundBase::soundID soundID, int repeats) { int channel; Mix_Chunk *chunk; - std::map::iterator it; if (!sndh) return -1;