aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2015-10-26 16:23:34 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2015-10-26 16:23:34 +1100
commit82581f4a646014b8d1ec5cc117d68d5de9c969a5 (patch)
treea7772826887a2b6d05b3a5227210f6153950cd5b /cocoa/ScintillaCocoa.h
parentc8a5af30d0dd53c8447303d35bc7d22ba3d2d6e9 (diff)
downloadscintilla-mirror-82581f4a646014b8d1ec5cc117d68d5de9c969a5.tar.gz
Remove unnecessary timer variables.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h2
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;