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 | b5c4193c5b1a2148391f5fbf70bd0d9c06d36258 (patch) | |
| tree | e95df6661e36590046dd9a0d188c94e1cb43d9a6 /cocoa/ScintillaView.h | |
| parent | ac919a7f32f414d62df6a4f1f3afab4ea86d2459 (diff) | |
| download | scintilla-mirror-b5c4193c5b1a2148391f5fbf70bd0d9c06d36258.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; |
