summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2012-01-17 10:45:07 +0100
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-01-17 15:41:10 +0100
commitbf9050c6ab6c110f0b57b6c1b62436ff53f02fda (patch)
tree1fadaf93ca5225cf13f1d7e70272ade23085aa36 /src/compositor/wayland_wrapper
parentd5837cccaa83d14806616ef57d809d7171724013 (diff)
Remove declarations of functions not longer implemented
Change-Id: Ia258fe47d59e3c5a844b939245ad50e2a4f1a6f1 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
Diffstat (limited to 'src/compositor/wayland_wrapper')
-rw-r--r--src/compositor/wayland_wrapper/wlextendedsurface.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/compositor/wayland_wrapper/wlextendedsurface.h b/src/compositor/wayland_wrapper/wlextendedsurface.h
index f11d87d7a..e25ed67cf 100644
--- a/src/compositor/wayland_wrapper/wlextendedsurface.h
+++ b/src/compositor/wayland_wrapper/wlextendedsurface.h
@@ -95,16 +95,6 @@ private:
struct wl_resource *resource,
const char *name,
struct wl_array *value);
- static void map_sub_surface(struct wl_client *client,
- struct wl_resource *extended_surface_resource,
- struct wl_resource *sub_surface_resource,
- int32_t x,
- int32_t y);
- static void move_sub_surface(struct wl_client *client,
- struct wl_resource *extended_surface_resource,
- struct wl_resource *sub_surface_resource,
- int32_t x,
- int32_t y);
static const struct wl_extended_surface_interface extended_surface_interface;
};