mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-06-13 23:28:32 +02:00
clients: remove superfluous call
This commit is contained in:
parent
e2a9eff77b
commit
f97a68079b
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue