]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/simple_prefs.h
Revert "macosx: clean code of objectAtIndex"
[vlc] / modules / gui / macosx / simple_prefs.h
index 21935cd51a3dc58b4500aa3ce931680f6e887ee7..120b0bda1731edf12141c2487658edbcc177025b 100644 (file)
     IBOutlet id o_input_cachelevel_txt;
     IBOutlet id o_input_cachelevel_custom_txt;
     IBOutlet id o_input_caching_box;
-    IBOutlet id o_input_httpproxy_fld;
-    IBOutlet id o_input_httpproxy_txt;
-    IBOutlet id o_input_httpproxypwd_sfld;
-    IBOutlet id o_input_httpproxypwd_txt;
     IBOutlet id o_input_mux_box;
     IBOutlet id o_input_net_box;
     IBOutlet id o_input_avcodec_hw_txt;
 - (void)showSimplePrefsWithLevel:(NSInteger)i_window_level;
 
 - (IBAction)buttonAction:(id)sender;
+- (IBAction)resetPreferences:(id)sender;
 - (void)sheetDidEnd:(NSWindow *)o_sheet
          returnCode:(int)i_return
         contextInfo:(void *)o_context;