remove unnecessary call to e_bg_del

I noticed e_bg_add calls e_bg_del so the additional call is not
required, it should also be noted the msgbus module doesn't call
this and works fine.

Reviewers: raster, zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2811
This commit is contained in:
Simon Lees 2015-07-14 12:31:20 -04:00 committed by Mike Blumenkrantz
parent e8911323c3
commit 47f9484149
1 changed files with 0 additions and 1 deletions

View File

@ -525,7 +525,6 @@ _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
if (cw->specific_config)
{
/* update a specific config */
e_bg_del(cw->zone_num, cw->desk_x, cw->desk_y);
e_bg_add(cw->zone_num, cw->desk_x, cw->desk_y, cfdata->bg);
}
else