mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 13:28:07 +02:00
multi-resource: remove an unnecessary call of wl_display_get_fd()
Signed-off-by: Ryo Munakata <ryomnktml@gmail.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
445436c593
commit
30b2a37a9a
1 changed files with 0 additions and 2 deletions
|
|
@ -258,8 +258,6 @@ create_display(void)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
wl_display_get_fd(display->display);
|
||||
|
||||
wl_list_init(&display->devices);
|
||||
|
||||
return display;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue