remove default comp match for Background_Window

this no longer exists
This commit is contained in:
Mike Blumenkrantz 2014-01-30 09:33:51 -05:00
parent 37fd470632
commit f14aa06c7c
1 changed files with 0 additions and 6 deletions

View File

@ -142,12 +142,6 @@ e_comp_cfdata_config_new(void)
cfg->match.overrides = NULL;
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->name = eina_stringshare_add("E");
mat->clas = eina_stringshare_add("Background_Window");
mat->shadow_style = eina_stringshare_add("none");
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->name = eina_stringshare_add("E");