aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2014-06-17 15:42:57 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2014-06-17 15:42:57 +1000
commite99dbc258de8372651de3c8e009a65f35249f679 (patch)
tree2520242d3346c3aa60c23d236dc4c21ca2da520c /cocoa/ScintillaView.h
parente2af3ec826d76cebb68c132e480bac2c552cab9e (diff)
downloadscintilla-mirror-e99dbc258de8372651de3c8e009a65f35249f679.tar.gz
Move internal methods out of header.
Diffstat (limited to 'cocoa/ScintillaView.h')
-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;