Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_mouse.c Log Message: Remove unused code. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_mouse.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_int_config_mouse.c 20 Mar 2007 01:08:38 -0000 1.1 +++ e_int_config_mouse.c 24 Mar 2007 06:57:33 -0000 1.2 @@ -15,15 +15,6 @@ double threshold; }; -static E_Dialog *mouse_dialog = NULL; - -static void -_cb_mouse_dialog_ok(void *data, E_Dialog *dia) -{ - e_object_del(E_OBJECT(mouse_dialog)); - mouse_dialog = NULL; -} - EAPI E_Config_Dialog * e_int_config_mouse(E_Container *con) { @@ -95,7 +86,6 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata) { Evas_Object *o, *of, *ob; - E_Radio_Group *rg; o = e_widget_list_add(evas, 0, 0); of = e_widget_framelist_add(evas, _("Mouse Acceleration"), 0); ------------------------------------------------------------------------- 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