eolian gen2: don't generate class names in eo_gen_source_gen

This commit is contained in:
Daniel Kolesa 2016-09-23 18:06:34 +02:00
parent 6c4d705d55
commit 366bce609f
1 changed files with 0 additions and 4 deletions

View File

@ -408,10 +408,6 @@ eo_gen_source_gen(const Eolian_Class *cl, Eina_Strbuf *buf)
if (!cl)
return;
char *cname = NULL, *cnameu = NULL, *cnamel = NULL;
if (!eo_gen_class_names_get(cl, &cname, &cnameu, &cnamel))
return;
_funcs_params_init = eina_hash_stringshared_new(NULL);
/* event section, they come first */