From e99dbc258de8372651de3c8e009a65f35249f679 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Tue, 17 Jun 2014 15:42:57 +1000 Subject: Move internal methods out of header. --- cocoa/ScintillaView.h | 4 ---- 1 file changed, 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 ) callback; @@ -132,7 +129,6 @@ extern NSString *const SCIUpdateUINotification; // Scroller handling - (void) setMarginWidth: (int) width; -- (void) scrollerAction: (id) sender; - (SCIContentView*) content; - (void) updateMarginCursors; -- cgit v1.2.3