diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-03 10:53:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-03 12:16:38 +0200 |
commit | 77e9216ca1073caa0dcec23ef89808cc7f80fc06 (patch) | |
tree | 71ea2c3841f1a1017123dec44552239d74fd7a4a /vcl/inc/unx | |
parent | 81903d443116c643a9ff92d92c092812abc7f57d (diff) |
loplugin:unusedfields
and filter out the weld fields, since we're not touching them yet
Change-Id: I3cc23c46d2650f13cb29c7d381687939d23e2882
Reviewed-on: https://gerrit.libreoffice.org/80104
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 3 | ||||
-rw-r--r-- | vcl/inc/unx/salframe.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index fc4831a23092..a8aa8a443e2a 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -183,13 +183,10 @@ class GtkSalFrame : public SalFrame GdkCursor *m_pCurrentCursor; PointerStyle m_ePointerStyle; ScreenSaverInhibitor m_ScreenSaverInhibitor; - int m_nWorkArea; bool m_bFullscreen; bool m_bSpanMonitorsWhenFullscreen; bool m_bDefaultPos; bool m_bDefaultSize; - bool m_bWindowIsGtkPlug; - OUString m_aTitle; OUString m_sWMClass; std::unique_ptr<IMHandler> m_pIMHandler; diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h index a913fc6165b0..c511097d0c57 100644 --- a/vcl/inc/unx/salframe.h +++ b/vcl/inc/unx/salframe.h @@ -96,7 +96,6 @@ class VCLPLUG_GEN_PUBLIC X11SalFrame final : public SalFrame, public NativeWindo bool bAlwaysOnTop_; bool bViewable_; bool bMapped_; - bool mbInShow; bool bDefaultPosition_; // client is centered initially bool m_bXEmbed; int nVisibility_; |