Revert "add default comp match for geany autocompete window"

This reverts commit 5c5a89bfec.
This commit is contained in:
Mike Blumenkrantz 2014-01-30 19:15:39 -05:00
parent 2de63a2f0b
commit 21019e952f
1 changed files with 0 additions and 7 deletions

View File

@ -178,13 +178,6 @@ e_comp_cfdata_config_new(void)
mat->primary_type = E_WINDOW_TYPE_DND;
mat->shadow_style = eina_stringshare_add("still");
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->name = eina_stringshare_add("geany");
mat->clas = eina_stringshare_add("Geany");
mat->primary_type = E_WINDOW_TYPE_NORMAL;
mat->shadow_style = eina_stringshare_add("still");
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->shadow_style = eina_stringshare_add("popup");