simple-shm: remove an unnecessary call of wl_display_get_fd()

Reviewed-by: Nils Chr. Brause <nilschrbrause@gmail.com>
This commit is contained in:
Ryo Munakata
2014-08-26 21:59:41 +09:00
committed by Pekka Paalanen
parent 23ade621e7
commit 445436c593
-2
View File
@@ -393,8 +393,6 @@ create_display(void)
exit(1);
}
wl_display_get_fd(display->display);
return display;
}