diff options
| author | Neil <nyamatongwe@gmail.com> | 2017-06-12 14:31:54 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2017-06-12 14:31:54 +1000 |
| commit | df5b01f2a02e56127dc989113d7d12a6518632bf (patch) | |
| tree | a5814a9114dd84ddc9ed6fd33cbc886ac2d822a6 /cocoa/ScintillaCocoa.mm | |
| parent | 1995e565ce6566fced7a383d8114319da57974d5 (diff) | |
| download | scintilla-mirror-df5b01f2a02e56127dc989113d7d12a6518632bf.tar.gz | |
Remove old timer code in favour of the FineTicker* methods.
Diffstat (limited to 'cocoa/ScintillaCocoa.mm')
| -rw-r--r-- | cocoa/ScintillaCocoa.mm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index c849b39a1..9f7a4cbf8 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -897,15 +897,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? */ bool ScintillaCocoa::FineTickerRunning(TickReason reason) { |
