From 9348bda1636d43a997f879d0b071661e7b3081f1 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 Jun 2017 14:31:54 +1000 Subject: Backport: Remove old timer code in favour of the FineTicker* methods. Backport of changeset 6311:3a180dc6e9c8. --- cocoa/ScintillaCocoa.h | 1 - cocoa/ScintillaCocoa.mm | 10 ---------- 2 files changed, 11 deletions(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 21eb83b79..378234f70 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -152,7 +152,6 @@ public: sptr_t DefWndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) override; void TickFor(TickReason reason) override; - bool FineTickerAvailable() override; bool FineTickerRunning(TickReason reason) override; void FineTickerStart(TickReason reason, int millis, int tolerance) override; void FineTickerCancel(TickReason reason) override; diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index f663223da..d4d103838 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -938,16 +938,6 @@ void ScintillaCocoa::TickFor(TickReason reason) //-------------------------------------------------------------------------------------------------- -/** - * Report that this Editor subclass has a working implementation of FineTickerStart. - */ -bool ScintillaCocoa::FineTickerAvailable() -{ - return true; -} - -//-------------------------------------------------------------------------------------------------- - /** * Is a particular timer currently running? */ -- cgit v1.2.3