]> git.sesse.net Git - vlc/commitdiff
macosx: Remove a warning that happen way too much.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 22 Jul 2008 20:06:39 +0000 (22:06 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 22 Jul 2008 20:07:22 +0000 (22:07 +0200)
modules/gui/macosx/playlist.m

index 74b44e6bd27d74d86a5be794d9722e4964bab235..a01e714b37751cdc6718e83385329977192f0ae3 100644 (file)
 
     if( o_value == nil )
     {
-        msg_Warn( VLCIntf, "playlist item misses pointer value, adding one" );
+        /* Why is there a warning if that happens all the time and seems
+         * to be normal? Add an assert and fix it. 
+         * msg_Warn( VLCIntf, "playlist item misses pointer value, adding one" ); */
         o_value = [[NSValue valueWithPointer: p_return] retain];
     }
     return o_value;