edje: this desc pointer is actually never set.

This commit is contained in:
Cedric BAIL 2015-03-30 22:31:10 +02:00
parent 94299e2bfd
commit 8445358526
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ _edje_color_class_free(void *data)
Edje_Color_Class *cc = data;
if (cc->name) eina_stringshare_del(cc->name);
eina_stringshare_del(cc->desc);
free(cc);
}