Commit 35736da0 authored by Jérome Decoodt's avatar Jérome Decoodt

*: remove useless code

parent 060244a8
This diff is collapsed.
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} }
+ (VLCConfigControl *)newControl: (module_config_t *)_p_item + (VLCConfigControl *)newControl: (module_config_t *)_p_item
withView: (NSView *)o_parent_view yOffset:(int) i_yPos; withView: (NSView *)o_parent_view;
- (id)initWithFrame: (NSRect)frame item: (module_config_t *)p_item; - (id)initWithFrame: (NSRect)frame item: (module_config_t *)p_item;
- (NSString *)getName; - (NSString *)getName;
- (int)getType; - (int)getType;
...@@ -63,8 +63,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -63,8 +63,7 @@ static NSMenu *o_keys_menu = nil;
} }
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
@end @end
...@@ -74,8 +73,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -74,8 +73,7 @@ static NSMenu *o_keys_menu = nil;
} }
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
@end @end
...@@ -87,8 +85,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -87,8 +85,7 @@ static NSMenu *o_keys_menu = nil;
} }
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
- (IBAction)openFileDialog: (id)sender; - (IBAction)openFileDialog: (id)sender;
- (void)pathChosenInPanel:(NSOpenPanel *)o_sheet withReturn:(int)i_return_code contextInfo:(void *)o_context_info; - (void)pathChosenInPanel:(NSOpenPanel *)o_sheet withReturn:(int)i_return_code contextInfo:(void *)o_context_info;
...@@ -101,8 +98,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -101,8 +98,7 @@ static NSMenu *o_keys_menu = nil;
} }
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
@end @end
...@@ -114,8 +110,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -114,8 +110,7 @@ static NSMenu *o_keys_menu = nil;
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
- (IBAction)stepperChanged:(id)sender; - (IBAction)stepperChanged:(id)sender;
- (void)textfieldChanged:(NSNotification *)o_notification; - (void)textfieldChanged:(NSNotification *)o_notification;
...@@ -127,8 +122,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -127,8 +122,7 @@ static NSMenu *o_keys_menu = nil;
} }
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
@end @end
...@@ -142,8 +136,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -142,8 +136,7 @@ static NSMenu *o_keys_menu = nil;
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
- (IBAction)sliderChanged:(id)sender; - (IBAction)sliderChanged:(id)sender;
- (void)textfieldChanged:(NSNotification *)o_notification; - (void)textfieldChanged:(NSNotification *)o_notification;
...@@ -155,8 +148,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -155,8 +148,7 @@ static NSMenu *o_keys_menu = nil;
} }
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
@end @end
...@@ -168,8 +160,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -168,8 +160,7 @@ static NSMenu *o_keys_menu = nil;
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
- (IBAction)stepperChanged:(id)sender; - (IBAction)stepperChanged:(id)sender;
- (void)textfieldChanged:(NSNotification *)o_notification; - (void)textfieldChanged:(NSNotification *)o_notification;
...@@ -185,8 +176,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -185,8 +176,7 @@ static NSMenu *o_keys_menu = nil;
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
- (IBAction)sliderChanged:(id)sender; - (IBAction)sliderChanged:(id)sender;
- (void)textfieldChanged:(NSNotification *)o_notification; - (void)textfieldChanged:(NSNotification *)o_notification;
...@@ -202,8 +192,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -202,8 +192,7 @@ static NSMenu *o_keys_menu = nil;
} }
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
@end @end
...@@ -213,8 +202,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -213,8 +202,7 @@ static NSMenu *o_keys_menu = nil;
} }
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
@end @end
...@@ -226,8 +214,7 @@ static NSMenu *o_keys_menu = nil; ...@@ -226,8 +214,7 @@ static NSMenu *o_keys_menu = nil;
} }
- (id) initWithItem: (module_config_t *)_p_item - (id) initWithItem: (module_config_t *)_p_item
withView: (NSView *)o_parent_view withView: (NSView *)o_parent_view;
withVerticalOffset: (int)i_yPos;
@end @end
......
This diff is collapsed.
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