diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-10-26 16:23:34 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-10-26 16:23:34 +1100 |
commit | 06730b803c373be1160f14aeda8c15210e860f50 (patch) | |
tree | 8364daa85b4223621b26be3c5d854876cbe18d0d /cocoa/ScintillaCocoa.h | |
parent | 5c1d404acca099d947a3f6fa6fb0c0b9125fddcf (diff) | |
download | scintilla-mirror-06730b803c373be1160f14aeda8c15210e860f50.tar.gz |
Remove unnecessary timer variables.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r-- | cocoa/ScintillaCocoa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 4c7c2cc16..1bf05c9f0 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -111,8 +111,6 @@ private: int scrollSpeed; int scrollTicks; - NSTimer* tickTimer; - NSTimer* idleTimer; CFRunLoopObserverRef observer; FindHighlightLayer *layerFindIndicator; |