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.h | |
parent | 5e402ef7a740dd939eaf5745f6f589daab683ce5 (diff) | |
download | scintilla-mirror-6b6d6481ba86f199f645d4cd1d79496566e44798.tar.gz |
Bug [#2234]. Remove method that is no longer called.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 20f2c53a4..1ee6be643 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -332,7 +332,6 @@ protected: // ScintillaBase subclass needs access to much of Editor void SetSelection(SelectionPosition currentPos_, SelectionPosition anchor_); void SetSelection(Sci::Position currentPos_, Sci::Position anchor_); void SetSelection(SelectionPosition currentPos_); - void SetSelection(int currentPos_); void SetEmptySelection(SelectionPosition currentPos_); void SetEmptySelection(Sci::Position currentPos_); enum class AddNumber { one, each }; |