summaryrefslogtreecommitdiff
path: root/include/sfx2/thumbnailview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-07 20:25:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-08 09:35:54 +0200
commitaed5ce3547cc6c28c2cb25d77f3982c53100fee8 (patch)
tree239d2f394d39c666df0b9a9bd333c42076059041 /include/sfx2/thumbnailview.hxx
parent1f07faf2caf8fd8df6fa8824ff5030b01c0c0634 (diff)
loplugin:unusedfields
Change-Id: I9758fd606c7d4c251a3ac06661d642a47260b5fc Reviewed-on: https://gerrit.libreoffice.org/73674 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/thumbnailview.hxx')
-rw-r--r--include/sfx2/thumbnailview.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index 825244b81445..a1400841dafc 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -312,7 +312,6 @@ protected:
Color maSelectHighlightTextColor; ///< Color of the text of the selected and hovered item.
double mfHighlightTransparence; ///< Transparence of the highlight.
- Link<const ThumbnailViewItem*, void> maItemStateHdl;
std::unique_ptr<ThumbnailItemAttributes> mpItemAttrs;
std::function<bool (const ThumbnailViewItem*)> maFilterFunc;