]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
* playlistinfo.m: fixed a rare crash and made sure that the timer is run in every...
[vlc] / modules / gui / macosx / playlist.m
index 4809f9816d51ad74f050122f1879331918dc30d2..e884ab2ae0c54716dcec3f0949a0d6423cceaaec 100644 (file)
@@ -578,7 +578,6 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
                             [NSString stringWithFormat: @"%p",
                             [[o_array objectAtIndex:j] pointerValue]]] ) != nil )
         {
-            msg_Err( p_playlist, "o_item: %p", o_item );
             [o_outline_view expandItem: o_item];
         }