Remove a debug printf.

Remove the _fill_data function as it was empty and not needed.


SVN revision: 24144
This commit is contained in:
Christopher Michael 2006-07-23 13:45:43 +00:00
parent 0a7244f2b4
commit d1060837ae
1 changed files with 0 additions and 7 deletions

View File

@ -27,11 +27,6 @@ e_int_config_shelf(E_Container *con)
return cfd;
}
static void
_fill_data(E_Config_Dialog_Data *cfdata)
{
}
static void *
_create_data(E_Config_Dialog *cfd)
{
@ -71,8 +66,6 @@ _ilist_fill(E_Config_Dialog_Data *cfdata)
label = es->name;
if (!label) label = "";
snprintf(buf, sizeof(buf), "%s #%i", label, es->id);
printf("\n\n\nBuf: %s\n", buf);
/* FIXME: proper icon */
ob = edje_object_add(evas_object_evas_get(cfdata->ilist));