summaryrefslogtreecommitdiff
path: root/include/vcl/salgtype.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 09:16:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-05 07:51:32 +0100
commit6ba25b96e6187931c0651f099413dbf1e2a7ab97 (patch)
tree765b99bf2cff746295968899958db0f145cb8e71 /include/vcl/salgtype.hxx
parentdf55a6ca81848a5a095f08ae5265186d38176d40 (diff)
remove unused InvertFlags::Highlight
Change-Id: Id881142f39a6160b8040d0446476767aad83f260 Reviewed-on: https://gerrit.libreoffice.org/64558 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/salgtype.hxx')
-rw-r--r--include/vcl/salgtype.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/vcl/salgtype.hxx b/include/vcl/salgtype.hxx
index d920ede00dac..a373a0a62d07 100644
--- a/include/vcl/salgtype.hxx
+++ b/include/vcl/salgtype.hxx
@@ -84,13 +84,12 @@ enum class SalROPColor {
enum class SalInvert {
NONE = 0x00,
- Highlight = 0x01,
- N50 = 0x02,
- TrackFrame = 0x04
+ N50 = 0x01,
+ TrackFrame = 0x02
};
namespace o3tl
{
- template<> struct typed_flags<SalInvert> : is_typed_flags<SalInvert, 0x07> {};
+ template<> struct typed_flags<SalInvert> : is_typed_flags<SalInvert, 0x03> {};
}
#endif // INCLUDED_VCL_SALGTYPE_HXX