Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_shelf.c Log Message: Remove a debug printf. Remove the _fill_data function as it was empty and not needed. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_shelf.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- e_int_config_shelf.c 23 Jul 2006 13:36:48 -0000 1.15 +++ e_int_config_shelf.c 23 Jul 2006 13:45:43 -0000 1.16 @@ -27,11 +27,6 @@ return cfd; } -static void -_fill_data(E_Config_Dialog_Data *cfdata) -{ -} - static void * _create_data(E_Config_Dialog *cfd) { @@ -71,8 +66,6 @@ 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)); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs