diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-17 15:41:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-20 05:56:44 +0000 |
commit | 76f9e3b417f19c0a16477e0a0e68e2da31d1de6f (patch) | |
tree | 4c008bdddeceb01b0a1c2fdc810bc440e2c06851 /include/tools | |
parent | 872a2d389588e26e0f1f8bbd7a95e5273cd8263f (diff) |
remove some unused enumerators
Change-Id: Idb9080f9c2edd838385d78b64e61ab49e93fe54b
Reviewed-on: https://gerrit.libreoffice.org/34373
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/wintypes.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index bf6b4d261442..1fbe05bf6c44 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -58,7 +58,6 @@ enum class WindowType : sal_uInt16 MOREBUTTON , SPINBUTTON , RADIOBUTTON , - IMAGERADIOBUTTON , CHECKBOX , TRISTATEBOX , EDIT , |