aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-09-30 16:34:40 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-09-30 16:34:40 +1000
commitdeb3e4c0f34a483a3cb5daa3009da5cdead45e6a (patch)
tree8450d6039a31ea824e0e4eeca03f8e6d669ae2a2 /cocoa/ScintillaCocoa.h
parent973d219c3051089dd2ccab7785dc7b8ac9334105 (diff)
downloadscintilla-mirror-deb3e4c0f34a483a3cb5daa3009da5cdead45e6a.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.h1
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;