commit 0c0b025
Michael Forney
·
2013-11-20 02:33:45 +0000 UTC
parent 4f89519
window: Remove obsolete destroy handler
1 files changed,
+0,
-5
+0,
-5
1@@ -68,11 +68,6 @@ void swc_window_set_border(struct swc_window * window,
2 swc_compositor_surface_set_border_width(surface, border_width);
3 }
4
5-static void destroy(struct wl_client * client, struct wl_resource * resource)
6-{
7- wl_resource_destroy(resource);
8-}
9-
10 static void handle_surface_destroy(struct wl_listener * listener, void * data)
11 {
12 struct swc_window * window = CONTAINER_OF_INTERNAL