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 | 9348bda1636d43a997f879d0b071661e7b3081f1 (patch) | |
| tree | cb003fe0034739413f410658e8cf130899b08f05 /qt/ScintillaEditBase/ScintillaQt.cpp | |
| parent | d3cd556337e13da50bde17073c4312dab748a097 (diff) | |
| download | scintilla-mirror-9348bda1636d43a997f879d0b071661e7b3081f1.tar.gz | |
Backport: Remove old timer code in favour of the FineTicker* methods.
Backport of changeset 6311:3a180dc6e9c8.
Diffstat (limited to 'qt/ScintillaEditBase/ScintillaQt.cpp')
| -rw-r--r-- | qt/ScintillaEditBase/ScintillaQt.cpp | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/qt/ScintillaEditBase/ScintillaQt.cpp b/qt/ScintillaEditBase/ScintillaQt.cpp index cab44ea86..54e5ccbde 100644 --- a/qt/ScintillaEditBase/ScintillaQt.cpp +++ b/qt/ScintillaEditBase/ScintillaQt.cpp @@ -401,14 +401,6 @@ void ScintillaQt::NotifyParent(SCNotification scn)  	emit notifyParent(scn);  } -/** -* Report that this Editor subclass has a working implementation of FineTickerStart. -*/ -bool ScintillaQt::FineTickerAvailable() -{ -	return true; -} -  bool ScintillaQt::FineTickerRunning(TickReason reason)  {  	return timers[reason] != 0;  | 
