fix for applying wayland (removing X)
[apps/home/settings.git] / setting-applications / src / setting-applications.c
index 24ea7d0..8273996 100644 (file)
@@ -20,8 +20,6 @@
  */
 
 #include <setting-applications.h>
-#include <Ecore_X.h>
-#include <utilX.h>
 
 #include <Eina.h>
 
@@ -159,12 +157,14 @@ static Eina_Bool __help_key_press_cb(void *data, int type, void *event)
        SETTING_TRACE("Pressed %s", ev->keyname);
        SettingApplicationsUG *ad = (SettingApplicationsUG *) data;
 
+       #if 0
        if (!strcmp(ev->keyname, KEY_BACK)) {
                /*evas_object_hide(obj); // you can call evas_object_del(obj); to remove popup if you want */
                if (ad->help_popup) {
                        popup_handle_hardkey(ad, ad->help_popup);
                }
        }
+       #endif
 
        return ECORE_CALLBACK_RENEW;
 }