]> git.sesse.net Git - vlc/commitdiff
Mac OS X gui: Remove unwanted commit.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 4 Mar 2007 02:07:26 +0000 (02:07 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 4 Mar 2007 02:07:26 +0000 (02:07 +0000)
modules/gui/macosx/prefs.m

index d8eaf77487522694ba0740eda188eec44de3781d..133bd027d26d3e24bed96821cc98baf73c5226b7 100644 (file)
@@ -367,7 +367,6 @@ static VLCTreeItem *o_root_item = nil;
                         
                         break;
                     default:
-                        NSLog(@"unknow item in pref");
                         break;
                     }
                 } while( p_item < p_end && p_item++ );
@@ -532,7 +531,7 @@ static VLCTreeItem *o_root_item = nil;
     o_view = [[VLCFlippedView alloc] initWithFrame: s_vrc];
     [o_view setAutoresizingMask: NSViewWidthSizable | NSViewMinYMargin |
                                     NSViewMaxYMargin];
-NSLog(@"%s", __FUNCTION__);
+
 /* Create all subviews if it isn't already done because we cannot use */
 /* setHiden for MacOS < 10.3*/
     if( o_subviews == nil )