wx/playlist.cpp: removed a stray wxMutexGuiLeave

parent 1be5381d
...@@ -1154,7 +1154,7 @@ void Playlist::OnMenuEvent( wxCommandEvent& event ) ...@@ -1154,7 +1154,7 @@ void Playlist::OnMenuEvent( wxCommandEvent& event )
} }
else else
{ {
wxMutexGuiLeave(); //wxMutexGuiLeave();
playlist_ServicesDiscoveryRemove( p_playlist, playlist_ServicesDiscoveryRemove( p_playlist,
pp_sds[event.GetId() - FirstSD_Event] ); pp_sds[event.GetId() - FirstSD_Event] );
//wxMutexGuiEnter(); //wxMutexGuiEnter();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment