diff options
-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; |