summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/qwlsurface_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/wayland_wrapper/qwlsurface_p.h')
-rw-r--r--src/compositor/wayland_wrapper/qwlsurface_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/compositor/wayland_wrapper/qwlsurface_p.h b/src/compositor/wayland_wrapper/qwlsurface_p.h
index b7299d2b4..e896c48a9 100644
--- a/src/compositor/wayland_wrapper/qwlsurface_p.h
+++ b/src/compositor/wayland_wrapper/qwlsurface_p.h
@@ -106,12 +106,6 @@ public:
QPoint lastMousePos() const;
- void setShellSurface(ShellSurface *shellSurface);
- ShellSurface *shellSurface() const;
-
- void setExtendedSurface(ExtendedSurface *extendedSurface);
- ExtendedSurface *extendedSurface() const;
-
void setSubSurface(SubSurface *subSurface);
SubSurface *subSurface() const;
@@ -200,8 +194,6 @@ protected:
QList<FrameCallback *> m_pendingFrameCallbacks;
QList<FrameCallback *> m_frameCallbacks;
- ShellSurface *m_shellSurface;
- ExtendedSurface *m_extendedSurface;
SubSurface *m_subSurface;
InputPanelSurface *m_inputPanelSurface;