Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_start_main.c e_widget_scrollframe.c Log Message: Remove unused =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_start_main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_start_main.c 5 Mar 2006 06:23:14 -0000 1.1 +++ e_start_main.c 28 Jul 2006 11:36:10 -0000 1.2 @@ -6,7 +6,6 @@ static void env_set(const char *var, const char *val); static int prefix_determine(char *argv0); -static const char *prefix_get(void); static void env_set(const char *var, const char *val) @@ -94,12 +93,6 @@ _exe_path = NULL; _prefix_fallbacks(); return 0; -} - -static const char * -prefix_get(void) -{ - return _prefix_path; } static int =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_scrollframe.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_widget_scrollframe.c 22 Jul 2006 21:48:24 -0000 1.2 +++ e_widget_scrollframe.c 28 Jul 2006 11:36:10 -0000 1.3 @@ -19,7 +19,6 @@ { Evas_Object *obj, *o; E_Widget_Data *wd; - Evas_Coord mw, mh; obj = e_widget_add(evas); ------------------------------------------------------------------------- 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