Remove dead code
parent
f0d97bfdb9
commit
ba62e6f8be
|
@ -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[])
|
||||
|
|
Loading…
Reference in New Issue