From 0a56afe5668dd99b62edbc96565a59b13f78084c Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sat, 5 Sep 2015 16:53:53 +0200 Subject: [PATCH] Fix typo --- common/kiway_player.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/kiway_player.cpp b/common/kiway_player.cpp index 295855cda6..948d23f25e 100644 --- a/common/kiway_player.cpp +++ b/common/kiway_player.cpp @@ -124,9 +124,6 @@ bool KIWAY_PLAYER::ShowModal( wxString* aResult, wxWindow* aResultantFocusWindow // re-enables only those that were disabled on exit wxWindowDisabler toggle( this ); - // Reenable top level windows which are child of the modal one: - for( unsigned ii = 0; ii < wlist.size(); ii++ ) - for( unsigned ii = 0; ii < enabledTopLevelWindows.size(); ii++ ) enabledTopLevelWindows[ii]->Enable( true );