diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-24 17:48:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-25 08:27:53 +0200 |
commit | a83043d2c8f3ece0af32b964161191c377a3904f (patch) | |
tree | 3bbe10f04e1a0cc63478d9ab87531ddac293a5db /vcl | |
parent | 760980b0b510acac555f0c252fbaa10a4751bded (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.cxx | 1 |
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; |