From 27c66c3765dd0b87409781971df5b1d472236b6d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 24 Mar 2018 15:04:44 +0100 Subject: [PATCH] Remove unused variable. --- server/TracyView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 43926442..44dfe844 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -3409,7 +3409,6 @@ void View::DrawFindZone() ImGui::NextColumn(); ImGui::Separator(); - uint32_t cnt = 0; for( auto& ev : v->second ) { const auto end = m_worker.GetZoneEndDirect( *ev ); @@ -3440,7 +3439,6 @@ void View::DrawFindZone() ImGui::NextColumn(); ImGui::PopID(); - cnt++; } ImGui::Columns( 1 ); ImGui::Separator();