aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r--cocoa/ScintillaView.h2
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;