Commit 97c76f70 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Mac OS X gui: Remove unwanted commit.

parent fa3116ec
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment