mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove dead assignment.
This commit is contained in:
parent
dfc35c1bf1
commit
9b5ec8451f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user