Removes unused code.
This commit is contained in:
parent
f6c36fe325
commit
c8bad0913b
|
@ -69,8 +69,8 @@
|
||||||
// current input mode
|
// current input mode
|
||||||
NSString *_inputMode;
|
NSString *_inputMode;
|
||||||
|
|
||||||
|
// if Chinese convertion is enabled
|
||||||
BOOL _chineseConvertionEnabled;
|
BOOL _chineseConvertionEnabled;
|
||||||
|
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
@ -18,14 +18,6 @@
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface OVNonModalAlertWindowController : NSWindowController
|
@interface OVNonModalAlertWindowController : NSWindowController
|
||||||
{
|
|
||||||
@private
|
|
||||||
// NSTextField *_titleTextField;
|
|
||||||
// NSTextField *_contentTextField;
|
|
||||||
// NSButton *_confirmButton;
|
|
||||||
// NSButton *_cancelButton;
|
|
||||||
// id<OVNonModalAlertWindowControllerDelegate> _delegate;
|
|
||||||
}
|
|
||||||
|
|
||||||
+ (OVNonModalAlertWindowController *)sharedInstance;
|
+ (OVNonModalAlertWindowController *)sharedInstance;
|
||||||
- (void)showWithTitle:(NSString *)title content:(NSString *)content confirmButtonTitle:(NSString *)confirmTitle cancelButtonTitle:(NSString *)cancelButtonTitle cancelAsDefault:(BOOL)cancelAsDefault delegate:(id<OVNonModalAlertWindowControllerDelegate>)delegate;
|
- (void)showWithTitle:(NSString *)title content:(NSString *)content confirmButtonTitle:(NSString *)confirmTitle cancelButtonTitle:(NSString *)cancelButtonTitle cancelAsDefault:(BOOL)cancelAsDefault delegate:(id<OVNonModalAlertWindowControllerDelegate>)delegate;
|
||||||
|
|
Loading…
Reference in New Issue