summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkframe.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-03 15:34:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-03 17:31:21 +0100
commit5b7a61a852216f97cc7ff5952e13a6d922bc00b6 (patch)
treefabe8da9f90ccbcb52fc412fa5a7c6cce9ae4813 /vcl/inc/unx/gtk/gtkframe.hxx
parent2359ad3305c20b0654bdb2ff41a4703c833f7734 (diff)
loplugin:unusedfields
Change-Id: Ia8e2a7ce75bfded98e85fa583d1404710069d335 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105249 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtkframe.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index d8d2d0d2e834..dcfdddbd30c2 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -182,7 +182,6 @@ class GtkSalFrame final : public SalFrame
std::unique_ptr<GtkSalGraphics> m_pGraphics;
bool m_bGraphics;
ModKeyFlags m_nKeyModifiers;
- GdkCursor *m_pCurrentCursor;
PointerStyle m_ePointerStyle;
ScreenSaverInhibitor m_ScreenSaverInhibitor;
gulong m_nSetFocusSignalId;