summaryrefslogtreecommitdiff
path: root/include/vcl/lstbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r--include/vcl/lstbox.hxx4
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.