diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-04-15 12:27:46 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-04-15 12:27:46 +1000 |
| commit | 6b6d6481ba86f199f645d4cd1d79496566e44798 (patch) | |
| tree | 7f1dfff9e69c3f56575d112c1d25632b8adf57a9 /src/Editor.cxx | |
| parent | 5e402ef7a740dd939eaf5745f6f589daab683ce5 (diff) | |
| download | scintilla-mirror-6b6d6481ba86f199f645d4cd1d79496566e44798.tar.gz | |
Bug [#2234]. Remove method that is no longer called.
Diffstat (limited to 'src/Editor.cxx')
| -rw-r--r-- | src/Editor.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index bcfd4c82a..63ed979d9 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -708,10 +708,6 @@ void Editor::SetSelection(SelectionPosition currentPos_) { QueueIdleWork(WorkItems::updateUI); } -void Editor::SetSelection(int currentPos_) { - SetSelection(SelectionPosition(currentPos_)); -} - void Editor::SetEmptySelection(SelectionPosition currentPos_) { const Sci::Line currentLine = pdoc->SciLineFromPosition(currentPos_.Position()); SelectionRange rangeNew(ClampPositionIntoDocument(currentPos_)); |
