diff options
| author | Neil <nyamatongwe@gmail.com> | 2022-03-01 12:01:21 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2022-03-01 12:01:21 +1100 |
| commit | 86192b2636eeac718135ef71b1e53c5ed96f0839 (patch) | |
| tree | 773a3de872091ed24d227e81863864e07001bf69 | |
| parent | 6b6fd97133587c3db5f7288e91b777261e640408 (diff) | |
| download | scintilla-mirror-86192b2636eeac718135ef71b1e53c5ed96f0839.tar.gz | |
Removed duplicate element.
| -rw-r--r-- | src/ViewStyle.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index 3f4ace4a4..44ca8e59b 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -133,7 +133,6 @@ ViewStyle::ViewStyle(size_t stylesSize_) : Element::SelectionSecondaryText, Element::SelectionSecondaryBack, Element::SelectionInactiveText, - Element::SelectionBack, Element::SelectionInactiveBack, }); |
