discomfitor pushed a commit to branch master.

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

commit 369ff9c2b9306f863ac275c306707adf1ff31417
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Aug 11 20:29:12 2014 -0400

    use_shaped_win can indeed be removed entirely!
---
 src/bin/e_config.c | 4 ----
 src/bin/e_config.h | 1 -
 2 files changed, 5 deletions(-)

diff --git a/src/bin/e_config.c b/src/bin/e_config.c
index 075ed1d..18dcdd9 100644
--- a/src/bin/e_config.c
+++ b/src/bin/e_config.c
@@ -446,7 +446,6 @@ _e_config_edd_init(Eina_Bool old)
    E_CONFIG_VAL(D, T, zone_desks_y_count, INT); /**/
    E_CONFIG_VAL(D, T, show_desktop_icons, INT); /**/
    E_CONFIG_VAL(D, T, edge_flip_dragging, INT); /**/
-   E_CONFIG_VAL(D, T, use_shaped_win, INT); /**/
    E_CONFIG_VAL(D, T, language, STR); /**/
    E_CONFIG_VAL(D, T, no_module_delay, INT); /**/
    E_CONFIG_VAL(D, T, desklock_language, STR); /**/
@@ -1508,9 +1507,6 @@ e_config_load(void)
    /* FIXME: disabled auto apply because it causes problems */
    e_config->cfgdlg_auto_apply = 0;
 
-   // this is obsolete so 0 it out.
-   e_config->use_shaped_win = 0;
-
    ecore_event_add(E_EVENT_CONFIG_LOADED, NULL, NULL, NULL);
 }
 
diff --git a/src/bin/e_config.h b/src/bin/e_config.h
index 44d0200..43ee599 100644
--- a/src/bin/e_config.h
+++ b/src/bin/e_config.h
@@ -79,7 +79,6 @@ struct _E_Config
    int         zone_desks_y_count; // GUI
    int         show_desktop_icons; // GUI
    int         edge_flip_dragging; // GUI
-   int         use_shaped_win; // GUI
    int         no_module_delay; // GUI
    const char *language; // GUI
    const char *desklock_language; // GUI

-- 


Reply via email to