mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Remove unused variable.
This commit is contained in:
parent
aa9d9575e0
commit
27c66c3765
@ -3409,7 +3409,6 @@ void View::DrawFindZone()
|
|||||||
ImGui::NextColumn();
|
ImGui::NextColumn();
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
uint32_t cnt = 0;
|
|
||||||
for( auto& ev : v->second )
|
for( auto& ev : v->second )
|
||||||
{
|
{
|
||||||
const auto end = m_worker.GetZoneEndDirect( *ev );
|
const auto end = m_worker.GetZoneEndDirect( *ev );
|
||||||
@ -3440,7 +3439,6 @@ void View::DrawFindZone()
|
|||||||
ImGui::NextColumn();
|
ImGui::NextColumn();
|
||||||
|
|
||||||
ImGui::PopID();
|
ImGui::PopID();
|
||||||
cnt++;
|
|
||||||
}
|
}
|
||||||
ImGui::Columns( 1 );
|
ImGui::Columns( 1 );
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user