summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 09:40:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-05 07:52:02 +0100
commitf22f5a8a1c25d0a68d64d82bd824f5e153cf9959 (patch)
tree2aeda6768d56506166302de80e92a9afdd58fcfd /include/vcl/window.hxx
parent0adbc69c81cc287386b31b25b2dc89780933e2b1 (diff)
remove unused StateChangedType enum value
Change-Id: I5b241e35af90cc5c0a2df15e596bb5d45f110e52 Reviewed-on: https://gerrit.libreoffice.org/64560 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 60389e836aa9..02b59375423c 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -331,7 +331,6 @@ enum class StateChangedType : sal_uInt16
ControlForeground = 14,
ControlBackground = 15,
ReadOnly = 16,
- ExtendedStyle = 17,
Mirroring = 18,
Layout = 19,
ControlFocus = 20