diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-25 15:55:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-26 07:30:21 +0100 |
commit | 6c0f5f7f2a6cc122a738deb0a17353cca1cd5c7e (patch) | |
tree | fead70c051edcf671e43555498d710430dd0cbce /include/vcl/svlbitm.hxx | |
parent | 7030a5860f99378ba951ecb8e2cc0425af63b741 (diff) |
loplugin:unusedmethods
Change-Id: I8bbf439d69a330a9ad28ff52cc49a9fec2c12500
Reviewed-on: https://gerrit.libreoffice.org/69684
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/svlbitm.hxx')
-rw-r--r-- | include/vcl/svlbitm.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/svlbitm.hxx b/include/vcl/svlbitm.hxx index c5e478a6d539..e5c5f6dd840c 100644 --- a/include/vcl/svlbitm.hxx +++ b/include/vcl/svlbitm.hxx @@ -190,7 +190,6 @@ public: void SetStateUnchecked(); void SetStateTristate(); void SetStateHilighted(bool bHilight); - void SetStateInvisible(); SvLBoxButtonKind GetKind() const { return eKind; } |