Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_mousebindings.c 


Log Message:
Remove unused variable.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_mousebindings.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_int_config_mousebindings.c        16 Dec 2006 20:21:12 -0000      1.13
+++ e_int_config_mousebindings.c        16 Dec 2006 20:28:51 -0000      1.14
@@ -82,12 +82,10 @@
     { 
        Evas_Object *o_binding_list;
        Evas_Object *o_action_list;
-       Evas_Object *o_add;
-       Evas_Object *o_mod;
+       Evas_Object *o_params;
        Evas_Object *o_del;
+       Evas_Object *o_mod;
        Evas_Object *o_del_all;
-       Evas_Object *o_params;
-
        struct {
         Evas_Object *o_any, *o_border, *o_menu, *o_winlist, *o_popup, *o_zone,
                     *o_container, *o_manager, *o_none;
@@ -301,7 +299,6 @@
    e_widget_frametable_object_append(ot, ob, 0, 0, 2, 1, 1, 1, 1, 1);
 
    ob = e_widget_button_add(evas, _("Add Binding"), NULL, 
_add_mouse_binding_cb, cfdata, NULL);
-   cfdata->gui.o_add = ob;
    e_widget_frametable_object_append(ot, ob, 0, 1, 1, 1, 1, 1, 1, 1);
    ob = e_widget_button_add(evas, _("Delete Binding"), NULL, 
_delete_mouse_binding_cb, cfdata, NULL);
    cfdata->gui.o_del = ob;



-------------------------------------------------------------------------
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

Reply via email to