]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
macosx: Remove a warning that happen way too much.
[vlc] / 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;