diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-02 15:56:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-03 09:02:21 +0200 |
commit | 301133e0a8c0ef761c3067b4d76fd9af114f4a6a (patch) | |
tree | 046200b8eba7a27fee8528f2427adfed632a6596 /include | |
parent | 4c4a1caf0d4d223ff8479197160d121012c1c1ac (diff) |
loplugin:singlevalfields
Change-Id: I69c5b28636806e45d7ba5d8c4678caeda09caa50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91607
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/wintypes.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 1f981e3e351c..b3457240e040 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -266,10 +266,6 @@ enum class StandardButtonType Count = 14, }; -// prominent place for ListBox window types - -enum class ProminentEntry { TOP, MIDDLE }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |