summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/qwlsurface.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-01-21 12:04:34 +0100
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:09:41 +0200
commitb25b9856ad61e455fc3c51afc746692ab848ced4 (patch)
tree410f00cec95b25bfa463646496bc04f405e0ef23 /src/compositor/wayland_wrapper/qwlsurface.cpp
parent7bdffe9e34c7cd071551bfe07a50811f4c7160d8 (diff)
Remove releaseSurfaces function from QWayland::Surface
Diffstat (limited to 'src/compositor/wayland_wrapper/qwlsurface.cpp')
-rw-r--r--src/compositor/wayland_wrapper/qwlsurface.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compositor/wayland_wrapper/qwlsurface.cpp b/src/compositor/wayland_wrapper/qwlsurface.cpp
index d8f80b0f4..8f94f97cc 100644
--- a/src/compositor/wayland_wrapper/qwlsurface.cpp
+++ b/src/compositor/wayland_wrapper/qwlsurface.cpp
@@ -168,11 +168,6 @@ void Surface::setTransientOffset(qreal x, qreal y)
m_transientOffset.setY(y);
}
-void Surface::releaseSurfaces()
-{
-
-}
-
Surface *Surface::fromResource(struct ::wl_resource *resource)
{
return static_cast<Surface *>(Resource::fromResource(resource)->surface_object);