summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r--vcl/inc/unx/salframe.h1
-rw-r--r--vcl/inc/unx/wmadaptor.hxx6
2 files changed, 0 insertions, 7 deletions
diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h
index 35f41e687229..7bc7b8bc3167 100644
--- a/vcl/inc/unx/salframe.h
+++ b/vcl/inc/unx/salframe.h
@@ -110,7 +110,6 @@ class X11SalFrame final : public SalFrame
WMWindowType meWindowType;
bool mbMaximizedVert;
bool mbMaximizedHorz;
- bool mbShaded;
bool mbFullScreen;
// icon id
diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx
index 99420b3066c9..e76ba4d36938 100644
--- a/vcl/inc/unx/wmadaptor.hxx
+++ b/vcl/inc/unx/wmadaptor.hxx
@@ -54,7 +54,6 @@ public:
NET_WM_STATE_MAXIMIZED_HORZ,
NET_WM_STATE_MAXIMIZED_VERT,
NET_WM_STATE_MODAL,
- NET_WM_STATE_SHADED,
NET_WM_STATE_SKIP_PAGER,
NET_WM_STATE_SKIP_TASKBAR,
NET_WM_STATE_STAYS_ON_TOP,
@@ -235,11 +234,6 @@ public:
bool supportsFullScreen() const { return m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ] != 0; }
/*
- * shade/unshade frame
- */
- virtual void shade( X11SalFrame* pFrame, bool bToShaded ) const;
-
- /*
* set hints what decoration is needed;
* must be called before showing the frame
*/