elm_cnp: don't explicitly set wl window type when starting drag

this is no longer necessary
This commit is contained in:
Mike Blumenkrantz 2017-05-12 12:08:32 -04:00
parent ef471e4eca
commit 3b51b3047f
1 changed files with 0 additions and 2 deletions

View File

@ -3396,8 +3396,6 @@ _wl_elm_drag_start(Evas_Object *obj, Elm_Sel_Format format, const char *data,
win = elm_win_wl_window_get(dragwin);
ecore_wl2_window_type_set(win, ECORE_WL2_WINDOW_TYPE_DND);
if (createicon)
{
Evas_Coord xoff = 0, yoff = 0;