]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/wizard.h
Move last.fm password from PasswordShowOnEdit to Password.
[vlc] / modules / gui / macosx / wizard.h
index ea52d5c74dce138114b97bb5dfbcd348cc288ac9..1ea98226a1e0aab31e7193adc977af24ddb22d9e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * wizard.h: MacOS X Streaming Wizard
  *****************************************************************************
- * Copyright (C) 2005-2006 the VideoLAN team
+ * Copyright (C) 2005-2007 the VideoLAN team
  * $Id$
  *
  * Authors: Felix Kühne <fkuehne@users.sf.net>
     NSArray * o_encapFormats;
     NSArray * o_strmgMthds;
     NSString * o_opts;
-
-    BOOL b_keepSettingsOrNot;
 }
 - (IBAction)cancelRun:(id)sender;
 - (IBAction)nextTab:(id)sender;
 - (void)createOpts;
 - (void)rebuildCodecMenus;
 - (id)getPlaylistWizard;
-- (void)initWithExtractValuesFrom: (NSString *)from to: (NSString *)to \
-    ofItem: (NSString *)item;
+- (void)initWithExtractValuesFrom: (NSString *)from to: (NSString *)to ofItem: (NSString *)item;
 
 @end