commit | f97a68079b0898e2db18f49ea9ae856bdaceb825 | [log] [tgz] |
---|---|---|
author | Peter Hutterer <peter.hutterer@who-t.net> | Fri Sep 13 11:59:00 2013 +1000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Sep 13 15:12:23 2013 -0700 |
tree | 214e624606088110a8709dddfd74435c11748e44 | |
parent | e2a9eff77b44954baa6580fe8142ec6ab50aff11 [diff] |
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 @@ exit(1); } - wl_display_get_fd(touch->display); - touch->width = width; touch->height = height; touch->surface = wl_compositor_create_surface(touch->compositor);