diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2014-06-17 15:42:57 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2014-06-17 15:42:57 +1000 |
commit | e99dbc258de8372651de3c8e009a65f35249f679 (patch) | |
tree | 2520242d3346c3aa60c23d236dc4c21ca2da520c /cocoa | |
parent | e2af3ec826d76cebb68c132e480bac2c552cab9e (diff) | |
download | scintilla-mirror-e99dbc258de8372651de3c8e009a65f35249f679.tar.gz |
Move internal methods out of header.
Diffstat (limited to 'cocoa')
-rw-r--r-- | cocoa/ScintillaView.h | 4 |
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; |