summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-07 08:23:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-07 08:06:27 +0100
commitef77870b1c5ed4df88d4585064c968379f3955a7 (patch)
treea5bc602879740fd3785e1f13e9bc6a120e2cc2de /vcl
parent989240664c33bc83800e27c1c0e718294321f46a (diff)
loplugin:unusedfields
Change-Id: Ic1c0a2144f39373f93384bccbfc74356cac65ba0 Reviewed-on: https://gerrit.libreoffice.org/82185 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index d67eb85a4d5e..0c27f803ca2a 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -9778,8 +9778,6 @@ class GtkInstanceIconView : public GtkInstanceContainer, public virtual weld::Ic
private:
GtkIconView* m_pIconView;
GtkTreeStore* m_pTreeStore;
- std::vector<int> m_aViewColToModelCol;
- std::vector<int> m_aModelColToViewCol;
gint m_nTextCol;
gint m_nImageCol;
gint m_nIdCol;