Remove unused variable.

This commit is contained in:
Bartosz Taudul 2019-11-02 16:20:54 +01:00
parent a40bbacb17
commit 03656b2320

View File

@ -6277,7 +6277,6 @@ void View::DrawZoneInfoWindow()
if( ev.Child() >= 0 )
{
const auto& children = m_worker.GetZoneChildren( ev.Child() );
bool expand = ImGui::TreeNode( "Time distribution" );
if( expand )
{