projects
/
profile
/
ivi
/
weston-ivi-shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a9eff
)
clients: remove superfluous call
author
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 13 Sep 2013 01:59:00 +0000
(11:59 +1000)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 13 Sep 2013 22:12:23 +0000
(15:12 -0700)
clients/simple-touch.c
patch
|
blob
|
history
diff --git
a/clients/simple-touch.c
b/clients/simple-touch.c
index
69e460c
..
b5a84d7
100644
(file)
--- 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);