diff options
author | Neil <nyamatongwe@gmail.com> | 2022-08-13 19:58:27 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-08-13 19:58:27 +1000 |
commit | a3ad77a3499097ae3db33d95176458a0ef0dec2b (patch) | |
tree | 0683fc5d1bd5b933328b169fb23334d5f2350680 /src/Editor.h | |
parent | 5a19e2ac572bb0f3cd614836145a9d759263fd2d (diff) | |
download | scintilla-mirror-a3ad77a3499097ae3db33d95176458a0ef0dec2b.tar.gz |
Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tied
to Editor.
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 e96ed391e..a30edff90 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -443,7 +443,6 @@ protected: // ScintillaBase subclass needs access to much of Editor void DelCharBack(bool allowLineStartDeletion); virtual void ClaimSelection() = 0; - static Scintilla::KeyMod ModifierFlags(bool shift, bool ctrl, bool alt, bool meta=false, bool super=false) noexcept; virtual void NotifyChange() = 0; virtual void NotifyFocus(bool focus); virtual void SetCtrlID(int identifier); |