diff options
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index cf8da4fe6..524699590 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -58,11 +58,6 @@ inline std::optional<ColourAlpha> OptionalColour(uptr_t wParam, sptr_t lParam) { } } -struct ForeBackColours { - std::optional<ColourAlpha> fore; - std::optional<ColourAlpha> back; -}; - struct SelectionAppearance { // Whether to draw on base layer or over text Layer layer; @@ -140,7 +135,6 @@ public: ColourAlpha selbarlight; std::optional<ColourAlpha> foldmarginColour; std::optional<ColourAlpha> foldmarginHighlightColour; - ForeBackColours hotspotColours; bool hotspotUnderline; /// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin int leftMarginWidth; ///< Spacing margin on left of text |