diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-30 16:34:40 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-30 16:34:40 +1000 |
commit | b5ebbef03278917f246e04c4077e180de168749c (patch) | |
tree | 75aeaf7ee2d1789debc7ae52f7afe8fb414d5911 /cocoa/ScintillaView.h | |
parent | 1da4efa50a5b989115292ea66befea52c73b8b2d (diff) | |
download | scintilla-mirror-b5ebbef03278917f246e04c4077e180de168749c.tar.gz |
Removed command: method from ScintillaNotificationProtocol as all events can now be
received through the notification: method.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 653f111d3..63b5cf4e9 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -46,8 +46,6 @@ extern NSString *const SCIUpdateUINotification; @protocol ScintillaNotificationProtocol - (void)notification: (Scintilla::SCNotification*)notification; -@optional -- (void)command:(int)command idFrom:(int)idFrom; @end /** @@ -129,7 +127,6 @@ extern NSString *const SCIUpdateUINotification; - (void) suspendDrawing: (BOOL) suspend; - (void) notification: (Scintilla::SCNotification*) notification; -- (void) command:(int) command idFrom:(int) idFrom; // Scroller handling - (void) setMarginWidth: (int) width; |