From 9b5ec8451fde77e7525e96f72a177669a0ef82fc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 3 Nov 2019 16:57:31 +0100 Subject: [PATCH] Remove dead assignment. --- server/TracyView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 23e83179..5231f860 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -8702,7 +8702,6 @@ void View::DrawFindZone() } ImGui::BeginChild( "##zonesScroll", ImVec2( ImGui::GetWindowContentRegionWidth(), std::max( 200.f, ImGui::GetContentRegionAvail().y ) ) ); - idx = 0; if( groupBy == FindZone::GroupBy::Callstack ) { const auto gsz = (int)groups.size();