Commit b39d2937 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* this was not to be committed

parent bb63164e
......@@ -60,7 +60,6 @@
IBOutlet id o_prefs_window;
IBOutlet id o_title;
IBOutlet id o_help;
IBOutlet id o_tree;
IBOutlet id o_prefs_view;
IBOutlet id o_save_btn;
......
......@@ -106,11 +106,6 @@ static VLCPrefs *_o_sharedMainInstance = nil;
[o_title setStringValue: o_title_name];
}
- (void)setHelp: (NSString *) o_help_name
{
[o_help setStringValue: o_help_name];
}
- (void)showPrefs
{
/* load our nib (if not already loaded) */
......@@ -513,7 +508,6 @@ static VLCTreeItem *o_root_item = nil;
NSView *o_view;
[[VLCPrefs sharedInstance] setTitle: [self getTitle]];
[[VLCPrefs sharedInstance] setHelp: [self getHelp]];
/* NSLog( [self getHelp] ); */
s_vrc = [[o_prefs_view contentView] bounds]; s_vrc.size.height -= 4;
o_view = [[VLCFlippedView alloc] initWithFrame: s_vrc];
......
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