From 445436c593a236f1dd960e2f70147cfca3957a18 Mon Sep 17 00:00:00 2001 From: Ryo Munakata Date: Tue, 26 Aug 2014 21:59:41 +0900 Subject: simple-shm: remove an unnecessary call of wl_display_get_fd() Reviewed-by: Nils Chr. Brause --- clients/simple-shm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/clients/simple-shm.c b/clients/simple-shm.c index b1c311f3..c1cb386c 100644 --- a/clients/simple-shm.c +++ b/clients/simple-shm.c @@ -393,8 +393,6 @@ create_display(void) exit(1); } - wl_display_get_fd(display->display); - return display; } -- cgit v1.2.1