]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.m
vlc_object_get(): removes unused parameter
[vlc] / modules / gui / macosx / controls.m
index 31f2c4d3f9bae9a0c93bae62768f9bb23a9c8672..7a8d41b8af8965658c38eea4ff5969e3abd1dfd7 100644 (file)
 
     vlc_thread_set_priority( VLCIntf , VLC_THREAD_PRIORITY_LOW );
 
-    p_object = (vlc_object_t *)vlc_object_get( VLCIntf,
-                                    [o_data objectID] );
+    p_object = (vlc_object_t *)vlc_object_get( [o_data objectID] );
 
     if( p_object != NULL )
     {