From 052b0d0b364d1bbea265f038454c9eb0576ad966 Mon Sep 17 00:00:00 2001 From: Taehyub Kim Date: Tue, 20 Dec 2016 15:32:59 +0900 Subject: [PATCH] copypaste: remove unnecessary code Change-Id: I8d64fb21f4d54f029a65c3ea9aa63c0a96ea2e41 --- src/modules/copypasteUI_ctxpopup/copypaste.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/modules/copypasteUI_ctxpopup/copypaste.c b/src/modules/copypasteUI_ctxpopup/copypaste.c index c5288a9..56daa57 100644 --- a/src/modules/copypasteUI_ctxpopup/copypaste.c +++ b/src/modules/copypasteUI_ctxpopup/copypaste.c @@ -1054,14 +1054,6 @@ _clipboard_menu(void *data, Evas_Object *obj, void *event_info EINA_UNUSED) xwin = elm_win_xwindow_get(top); ecore_x_selection_secondary_set(xwin, NULL, 0); #endif -#ifdef HAVE_ELEMENTARY_WAYLAND - const char *types[10] = {0, }; - - int i = -1; - types[++i] = "application/x-elementary-markup"; - ecore_wl_dnd_selection_set(ecore_wl_input_get(), types); -#endif - if (ext_mod->cnp_mode != ELM_CNP_MODE_MARKUP) { EINA_LOG_ERR("eldbus_proxy_call CbhmShow 0"); -- 2.7.4