remove E_Comp->name

this served no purpose
This commit is contained in:
Mike Blumenkrantz 2016-09-09 11:34:25 -04:00
parent 013a8e3e4b
commit 94f6b03ec3
2 changed files with 0 additions and 3 deletions

View File

@ -844,7 +844,6 @@ _e_comp_free(E_Comp *c)
e_comp_canvas_clear();
ecore_evas_free(c->ee);
eina_stringshare_del(c->name);
if (c->render_animator) ecore_animator_del(c->render_animator);
if (c->update_job) ecore_job_del(c->update_job);
@ -1365,7 +1364,6 @@ e_comp_new(void)
e_comp = E_OBJECT_ALLOC(E_Comp, E_COMP_TYPE, _e_comp_free);
if (!e_comp) return NULL;
e_comp->name = eina_stringshare_add(_("Compositor"));
e_comp->render_animator = ecore_animator_add(_e_comp_cb_animator, NULL);
ecore_animator_freeze(e_comp->render_animator);
return e_comp;

View File

@ -100,7 +100,6 @@ struct _E_Comp
E_Pixmap_Type comp_type; //for determining X/Wayland primary type
Eina_Stringshare *name;
struct {
Ecore_Window win; //x11 layer stacking window
Evas_Object *obj; //layer stacking object