summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/wmadaptor.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-23 14:10:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:16:59 +0000
commit1ac18c60bb280855cfcc8d92886709cd6db35118 (patch)
tree0f81560261212c485a7f4ab6b5844a6e1f5c7aaa /vcl/inc/unx/wmadaptor.hxx
parent3f22898c157995eecf5dbd610591d378820cf992 (diff)
loplugin:singlevalfields in vcl(part2)
Change-Id: I4782c6f6d3d090ba0f9e29af8afdd7d88aa2d382 Reviewed-on: https://gerrit.libreoffice.org/26598 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/unx/wmadaptor.hxx')
-rw-r--r--vcl/inc/unx/wmadaptor.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx
index 177ca34780a1..3c0c1295c95a 100644
--- a/vcl/inc/unx/wmadaptor.hxx
+++ b/vcl/inc/unx/wmadaptor.hxx
@@ -149,7 +149,6 @@ protected:
bool m_bEqualWorkAreas;
::std::vector< Rectangle >
m_aWMWorkAreas;
- bool m_bTransientBehaviour;
bool m_bEnableAlwaysOnTopWorks;
bool m_bLegacyPartialFullscreen;
int m_nWinGravity;
@@ -298,13 +297,6 @@ public:
{ return m_nInitWinGravity; }
/*
- * expected behaviour is that the WM will not allow transient
- * windows to get stacked behind the windows they are transient for
- */
- bool isTransientBehaviourAsExpected() const
- { return m_bTransientBehaviour; }
-
- /*
* changes the transient hint of a window to reference frame
* if reference frame is NULL the root window is used instead
*/