mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:21:04 +00:00
Fix duplicate declaration
This commit is contained in:
parent
7d903e0246
commit
54438795d2
1 changed files with 0 additions and 3 deletions
|
@ -121,9 +121,6 @@
|
|||
- (void) comboBoxSelectionIsChanging: (NSNotification *)notification;
|
||||
@end
|
||||
|
||||
@protocol NSComboBoxDelegate <NSTextFieldDelegate>
|
||||
@end
|
||||
|
||||
APPKIT_EXPORT NSString *NSComboBoxWillPopUpNotification;
|
||||
APPKIT_EXPORT NSString *NSComboBoxWillDismissNotification;
|
||||
APPKIT_EXPORT NSString *NSComboBoxSelectionDidChangeNotification;
|
||||
|
|
Loading…
Reference in a new issue