From 366bce609f0a79817da67719fb768130dd7ab257 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Fri, 23 Sep 2016 18:06:34 +0200 Subject: [PATCH] eolian gen2: don't generate class names in eo_gen_source_gen --- src/bin/eolian2/sources.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/eolian2/sources.c b/src/bin/eolian2/sources.c index badc3789b3..25857ee31b 100644 --- a/src/bin/eolian2/sources.c +++ b/src/bin/eolian2/sources.c @@ -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 */