Remove dead code

dev-mp
Piotr Dziwinski 2014-06-01 13:02:08 +02:00
parent f0d97bfdb9
commit ba62e6f8be
1 changed files with 0 additions and 6 deletions

View File

@ -200,12 +200,6 @@ CEventQueue* CApplication::GetEventQueue()
CSoundInterface* CApplication::GetSound()
{
return m_sound;
for (int i = 0; i < PCNT_MAX; ++i)
{
GetSystemUtils()->DestroyTimeStamp(m_performanceCounters[i][0]);
GetSystemUtils()->DestroyTimeStamp(m_performanceCounters[i][1]);
}
}
ParseArgsStatus CApplication::ParseArguments(int argc, char *argv[])