]> git.sesse.net Git - vlc/commitdiff
* this was not to be committed
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 2 Oct 2005 19:49:05 +0000 (19:49 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 2 Oct 2005 19:49:05 +0000 (19:49 +0000)
modules/gui/macosx/prefs.h
modules/gui/macosx/prefs.m

index 9dda8b049285117efbe325b6381fe3b8f6e6ad49..490d07d16e8e4317e0ebd2701ed34667d2e3cb55 100644 (file)
@@ -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;
index c7f3aa8c64b614cb80650e0719a404088d9cdd9e..3607a01282b0accb8aab9d695de1313996c73978 100644 (file)
@@ -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];