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/ScintillaCocoa.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/ScintillaCocoa.h')
-rw-r--r-- | cocoa/ScintillaCocoa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index c857fd21a..c9f8fde8a 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -87,7 +87,6 @@ private: NSEvent* lastMouseEvent; id<ScintillaNotificationProtocol> delegate; - bool delegateHasCommand; SciNotifyFunc notifyProc; intptr_t notifyObj; |