remove useless return
authorChris Michael <cp.michael@samsung.com>
Tue, 14 Oct 2014 17:33:08 +0000 (13:33 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 30 Oct 2014 14:39:05 +0000 (10:39 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl_data.c

index fcfcd79..bccfdb5 100644 (file)
@@ -661,10 +661,7 @@ _e_comp_wl_clipboard_selection_set(struct wl_listener *listener EINA_UNUSED, voi
                                          cdata->selection.serial, p[0]);
 
    if (!cdata->clipboard.source)
-     {
-        close(p[0]);
-        return;
-     }
+     close(p[0]);
 }
 
 static void