diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-09 10:00:33 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-09 10:00:33 +1000 |
commit | 23bd3f67048c14e3569560c367381af76f6c4342 (patch) | |
tree | 48c0bfd5638f2f727196564c61e774ee629821a6 /cocoa/ScintillaView.h | |
parent | 9152fc29b0e234efe2f865354adc5538ed85f228 (diff) | |
download | scintilla-mirror-23bd3f67048c14e3569560c367381af76f6c4342.tar.gz |
Remove dealloc from @interface as it should not be directly called.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 3c737b258..6692a619b 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -84,7 +84,6 @@ extern NSString *const SCIUpdateUINotification; @property (nonatomic, assign) ScintillaView* owner; -- (void) dealloc; - (void) removeMarkedText; - (void) setCursor: (int) cursor; @@ -119,7 +118,6 @@ extern NSString *const SCIUpdateUINotification; @property (nonatomic, assign) id<ScintillaNotificationProtocol> delegate; @property (nonatomic, readonly) NSScrollView *scrollView; -- (void) dealloc; - (void) positionSubViews; - (void) sendNotification: (NSString*) notificationName; |