diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-18 08:57:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-19 07:49:33 +0100 |
commit | be359b156b2be7624121a2f2ec5bc6c2d6a195a8 (patch) | |
tree | cd34dff8c2c29abe499f4bffb1b454a70d12dd67 /include/vcl/throbber.hxx | |
parent | dbb50f3fe9692dc0ccd7225158fad353e7eab0b5 (diff) |
loplugin:unusedenumconstants
Change-Id: I9dc4b369872a7c6c076ae9be1dcdf2f8385af8a7
Reviewed-on: https://gerrit.libreoffice.org/46684
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/throbber.hxx')
-rw-r--r-- | include/vcl/throbber.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/throbber.hxx b/include/vcl/throbber.hxx index a7fccb02a17a..d079a8d39ea0 100644 --- a/include/vcl/throbber.hxx +++ b/include/vcl/throbber.hxx @@ -33,8 +33,6 @@ class VCL_DLLPUBLIC Throbber : public ImageControl public: enum class ImageSet { - /// automatically decide between different image sets, depending on what fits best the actual size - Auto, /// default images, 16x16 pixels N16px, /// default images, 32x32 pixels |