From ba62e6f8be5f7008939677ce70799ecc26adf420 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 1 Jun 2014 13:02:08 +0200 Subject: [PATCH] Remove dead code --- src/app/app.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/app.cpp b/src/app/app.cpp index 549317a1..1efabb53 100644 --- a/src/app/app.cpp +++ b/src/app/app.cpp @@ -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[])