From: Peter Hutterer Date: Fri, 13 Sep 2013 01:59:00 +0000 (+1000) Subject: clients: remove superfluous call X-Git-Tag: 1.2.91~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f97a68079b0898e2db18f49ea9ae856bdaceb825;p=platform%2Fupstream%2Fweston.git clients: remove superfluous call --- 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);