]> git.sesse.net Git - vlc/commitdiff
wx/playlist.cpp: removed a stray wxMutexGuiLeave
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 17 Apr 2005 13:03:09 +0000 (13:03 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 17 Apr 2005 13:03:09 +0000 (13:03 +0000)
modules/gui/wxwindows/playlist.cpp

index 175cbff61aa4a2c045a1881034e7c1ed0446dda7..a8483e8c1273804bdc2f2175d1301269c27fa3e9 100644 (file)
@@ -1154,7 +1154,7 @@ void Playlist::OnMenuEvent( wxCommandEvent& event )
         }
         else
         {
-            wxMutexGuiLeave();
+            //wxMutexGuiLeave();
             playlist_ServicesDiscoveryRemove( p_playlist,
                             pp_sds[event.GetId() - FirstSD_Event] );
             //wxMutexGuiEnter();