diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-03 09:39:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-03 12:09:21 +0200 |
commit | 6f28db10d7d4e76448bff9b832cc4f44d7b0aa35 (patch) | |
tree | c5a7193e02ec032bde09b69ba5f556f253a79ff6 /include/vcl/lstbox.hxx | |
parent | e85966450b770e1169f113183ce1a9a9f4dcc507 (diff) |
loplugin:unusedmethods
Change-Id: I9e583df920657ab401162db79decb192c4f69f90
Reviewed-on: https://gerrit.libreoffice.org/61283
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r-- | include/vcl/lstbox.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx index a61c1b93e7a3..2e8e8a618ccc 100644 --- a/include/vcl/lstbox.hxx +++ b/include/vcl/lstbox.hxx @@ -88,7 +88,6 @@ private: sal_uInt16 mnLineCount; bool mbDDAutoSize : 1; - bool mbEdgeBlending : 1; private: SAL_DLLPRIVATE void ImplInitListBoxData(); @@ -255,9 +254,6 @@ public: void EnableMirroring(); - bool GetEdgeBlending() const { return mbEdgeBlending; } - void SetEdgeBlending(bool bNew); - /** checks whether a certain point lies within the bounds of a listbox item and returns the item as well as the character position the point is at. |