summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-24 17:48:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-25 08:27:53 +0200
commita83043d2c8f3ece0af32b964161191c377a3904f (patch)
tree3bbe10f04e1a0cc63478d9ab87531ddac293a5db /vcl
parent760980b0b510acac555f0c252fbaa10a4751bded (diff)
loplugin:unusedfields
Change-Id: I7d8cd41c6b4b97a6d33764a8580f08413e584a69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97046 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/listbox.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index c30d24704da1..9b3cb51c1248 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -70,7 +70,6 @@ void ListBox::ImplInitListBoxData()
mpImplWin = nullptr;
mpBtn = nullptr;
mnDDHeight = 0;
- mnSaveValue = LISTBOX_ENTRY_NOTFOUND;
mnLineCount = 0;
m_nMaxWidthChars = -1;
mbDDAutoSize = true;