1
0
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:
Bartosz Taudul 2018-03-24 15:04:44 +01:00
parent aa9d9575e0
commit 27c66c3765

View File

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