Remove dead assignment.

This commit is contained in:
Bartosz Taudul 2019-11-03 16:57:31 +01:00
parent dfc35c1bf1
commit 9b5ec8451f

View File

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