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();