summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/wlextendedsurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/wayland_wrapper/wlextendedsurface.h')
-rw-r--r--src/compositor/wayland_wrapper/wlextendedsurface.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compositor/wayland_wrapper/wlextendedsurface.h b/src/compositor/wayland_wrapper/wlextendedsurface.h
index 651acb35c..bb3192248 100644
--- a/src/compositor/wayland_wrapper/wlextendedsurface.h
+++ b/src/compositor/wayland_wrapper/wlextendedsurface.h
@@ -89,7 +89,6 @@ public:
void setParent(ExtendedSurface *parent);
QLinkedList<WaylandSurface *> subSurfaces() const;
- Qt::ScreenOrientation windowOrientation() const;
Qt::ScreenOrientation contentOrientation() const;
WaylandSurface::WindowFlags windowFlags() const { return m_windowFlags; }
@@ -105,7 +104,6 @@ private:
struct wl_resource *m_extended_surface_resource;
Surface *m_surface;
- Qt::ScreenOrientation m_windowOrientation;
Qt::ScreenOrientation m_contentOrientation;
WaylandSurface::WindowFlags m_windowFlags;
@@ -119,10 +117,6 @@ private:
const char *name,
struct wl_array *value);
- static void set_window_orientation(struct wl_client *client,
- struct wl_resource *resource,
- int32_t orientation);
-
static void set_content_orientation(struct wl_client *client,
struct wl_resource *resource,
int32_t orientation);