clients: remove superfluous call

This commit is contained in:
Peter Hutterer
2013-09-13 11:59:00 +10:00
committed by Kristian Høgsberg
parent e2a9eff77b
commit f97a68079b
-2
View File
@@ -301,8 +301,6 @@ touch_create(int width, int height)
exit(1); exit(1);
} }
wl_display_get_fd(touch->display);
touch->width = width; touch->width = width;
touch->height = height; touch->height = height;
touch->surface = wl_compositor_create_surface(touch->compositor); touch->surface = wl_compositor_create_surface(touch->compositor);