wx/playlist.cpp: removed a stray wxMutexGuiLeave

parent 1be5381d
......@@ -1154,7 +1154,7 @@ void Playlist::OnMenuEvent( wxCommandEvent& event )
}
else
{
wxMutexGuiLeave();
//wxMutexGuiLeave();
playlist_ServicesDiscoveryRemove( p_playlist,
pp_sds[event.GetId() - FirstSD_Event] );
//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