[PATCH weston 2/2] clients: remove superfluous call
Peter Hutterer
peter.hutterer at who-t.net
Thu Sep 12 18:59:00 PDT 2013
---
clients/simple-touch.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/clients/simple-touch.c b/clients/simple-touch.c
index 69e460c..b5a84d7 100644
--- a/clients/simple-touch.c
+++ b/clients/simple-touch.c
@@ -301,8 +301,6 @@ touch_create(int width, int height)
exit(1);
}
- wl_display_get_fd(touch->display);
-
touch->width = width;
touch->height = height;
touch->surface = wl_compositor_create_surface(touch->compositor);
--
1.8.3.1
More information about the wayland-devel
mailing list