discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d229d26ef4ea981884448845ccc9ce1a3d2caf30

commit d229d26ef4ea981884448845ccc9ce1a3d2caf30
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Mar 30 17:48:03 2016 -0400

    remove old compositor reset code
---
 src/bin/e_comp_x.c          | 6 ------
 src/bin/e_int_config_comp.c | 4 ----
 2 files changed, 10 deletions(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 32ba9a4..e227638 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -4976,9 +4976,6 @@ _e_comp_x_del(E_Comp *c)
    ecore_x_window_key_ungrab(c->root, "F", ECORE_EVENT_MODIFIER_SHIFT |
                              ECORE_EVENT_MODIFIER_CTRL |
                              ECORE_EVENT_MODIFIER_ALT, 0);
-   ecore_x_window_key_ungrab(c->root, "Home", ECORE_EVENT_MODIFIER_SHIFT |
-                             ECORE_EVENT_MODIFIER_CTRL |
-                             ECORE_EVENT_MODIFIER_ALT, 0);
    if (c->grabbed)
      {
         c->grabbed = 0;
@@ -5318,9 +5315,6 @@ _e_comp_x_setup(Ecore_X_Window root, int w, int h)
 
    ecore_x_composite_redirect_subwindows(root, 
ECORE_X_COMPOSITE_UPDATE_MANUAL);
 
-   ecore_x_window_key_grab(root, "Home", ECORE_EVENT_MODIFIER_SHIFT |
-                           ECORE_EVENT_MODIFIER_CTRL |
-                           ECORE_EVENT_MODIFIER_ALT, 0);
    ecore_x_window_key_grab(root, "F", ECORE_EVENT_MODIFIER_SHIFT |
                            ECORE_EVENT_MODIFIER_CTRL |
                            ECORE_EVENT_MODIFIER_ALT, 0);
diff --git a/src/bin/e_int_config_comp.c b/src/bin/e_int_config_comp.c
index 07ee16b..ba4651d 100644
--- a/src/bin/e_int_config_comp.c
+++ b/src/bin/e_int_config_comp.c
@@ -601,10 +601,6 @@ _basic_create_widgets(E_Config_Dialog *cfd,
    e_widget_framelist_object_append(of, ob);
    ob = e_widget_radio_add(evas, _("OpenGL"), E_COMP_ENGINE_GL, rg);
    e_widget_framelist_object_append(of, ob);
-   ob = e_widget_label_add(evas, _("To reset compositor:"));
-   e_widget_framelist_object_append(of, ob);
-   ob = e_widget_label_add(evas, _("Ctrl+Alt+Shift+Home"));
-   e_widget_framelist_object_append(of, ob);
 
    e_widget_list_object_append(ol, of, 1, 0, 0.5);
    

-- 


Reply via email to