]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.m
* vout.m : comment the NSLog call in windowContainsEmbedded: this method is called...
[vlc] / modules / gui / macosx / vout.m
index f6fa1136124c1a07ae48dda5954a699ac7ea8ed3..3bb355f64bb43dd8ff492540d0c51f596c2c4129 100644 (file)
@@ -111,10 +111,10 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
 
 - (BOOL)windowContainsEmbedded: (id)o_window
 {
-    if( ![[o_window className] isEqualToString: @"VLCWindow"] )
+/*    if( ![[o_window className] isEqualToString: @"VLCWindow"] )
     {
         NSLog( @"We were not given a VLCWindow" );
-    }
+    }*/
     return ([self getViewForWindow: o_window] == nil ? NO : YES );
 }