use_shaped_win can indeed be removed entirely!

This commit is contained in:
Mike Blumenkrantz 2014-08-11 20:29:12 -04:00
parent ec8a6b829e
commit 369ff9c2b9
2 changed files with 0 additions and 5 deletions

View File

@ -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);
}

View File

@ -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