remove useless return

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-14 13:33:08 -04:00
parent ce8a7e21ce
commit 5613d508f0
1 changed files with 1 additions and 4 deletions

View 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