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
@ -258,8 +258,6 @@ create_display(void)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
wl_display_get_fd(display->display);
|
|
||||||
|
|
||||||
wl_list_init(&display->devices);
|
wl_list_init(&display->devices);
|
||||||
|
|
||||||
return display;
|
return display;
|
||||||
|
Loading…
Reference in New Issue
Block a user