cnp: remove unreachable code 88/87888/2
authorMinchul Lee <slotus.lee@samsung.com>
Mon, 12 Sep 2016 04:54:48 +0000 (13:54 +0900)
committerMinchul Lee <slotus.lee@samsung.com>
Mon, 12 Sep 2016 06:26:43 +0000 (15:26 +0900)
Change-Id: I78520411a01867b954f153e92dc9194b1836fed9
Signed-off-by: Minchul Lee <slotus.lee@samsung.com>
src/lib/elm_cnp.c

index eb9f037..2bfe431 100644 (file)
@@ -3020,8 +3020,6 @@ _wl_elm_cnp_selection_set(Evas_Object *obj, Elm_Sel_Type selection, Elm_Sel_Form
 
         types[count - 1] = 0;
 
-        if (i < 0) return EINA_FALSE;
-
         ecore_wl_dnd_selection_set(ecore_wl_input_get(), types);
 
         free(types);