aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/ScintillaView.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h
index 98c536566..f3a76e322 100644
--- a/cocoa/ScintillaView.h
+++ b/cocoa/ScintillaView.h
@@ -120,9 +120,6 @@ extern NSString *const SCIUpdateUINotification;
+ (Class) contentViewClass;
-- (void) positionSubViews;
-
-- (void) sendNotification: (NSString*) notificationName;
- (void) notify: (NotificationType) type message: (NSString*) message location: (NSPoint) location
value: (float) value;
- (void) setCallback: (id <InfoBarCommunicator>) callback;
@@ -132,7 +129,6 @@ extern NSString *const SCIUpdateUINotification;
// Scroller handling
- (void) setMarginWidth: (int) width;
-- (void) scrollerAction: (id) sender;
- (SCIContentView*) content;
- (void) updateMarginCursors;