Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibox


Modified Files:
        e_mod_main.c e_mod_main.h 


Log Message:
Remove stale code.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- e_mod_main.c        24 Mar 2007 23:12:23 -0000      1.82
+++ e_mod_main.c        25 Mar 2007 22:46:21 -0000      1.83
@@ -93,7 +93,6 @@
 static void _ibox_icon_fill_label(IBox_Icon *ic);
 static void _ibox_icon_empty(IBox_Icon *ic);
 static void _ibox_icon_signal_emit(IBox_Icon *ic, char *sig, char *src);
-//static IBox *_ibox_zone_find(E_Zone *zone);
 static Evas_List *_ibox_zone_find(E_Zone *zone);
 static void _ibox_cb_obj_moveresize(void *data, Evas *e, Evas_Object *obj, 
void *event_info);
 static void _ibox_cb_menu_post(void *data, E_Menu *m);
@@ -303,8 +302,6 @@
                              cx + ev->output.x, cy + ev->output.y, 1, 1,
                              E_MENU_POP_DIRECTION_DOWN, ev->timestamp);
        e_util_evas_fake_mouse_up_later(b->inst->gcc->gadcon->evas, ev->button);
-//     evas_event_feed_mouse_up(b->inst->gcc->gadcon->evas, ev->button,
-//                              EVAS_BUTTON_NONE, ev->timestamp, NULL);
      }
 }
 
@@ -704,8 +701,6 @@
                              E_MENU_POP_DIRECTION_DOWN, ev->timestamp);
        e_util_evas_fake_mouse_up_later(ic->ibox->inst->gcc->gadcon->evas,
                                        ev->button);
-//     evas_event_feed_mouse_up(ic->ibox->inst->gcc->gadcon->evas, ev->button,
-//                              EVAS_BUTTON_NONE, ev->timestamp, NULL);
      }
 }
 
@@ -760,9 +755,6 @@
             e_drag_start(d, ic->drag.x, ic->drag.y);
             e_util_evas_fake_mouse_up_later(ic->ibox->inst->gcc->gadcon->evas,
                                             1);
-//          evas_event_feed_mouse_up(ic->ibox->inst->gcc->gadcon->evas,
-//                                   1, EVAS_BUTTON_NONE,
-//                                   ecore_x_current_time_get(), NULL);
             e_object_ref(E_OBJECT(ic->border));
             ic->ibox->icons = evas_list_remove(ic->ibox->icons, ic);
             _ibox_resize_handle(ic->ibox);
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_mod_main.h        6 Jun 2006 15:22:33 -0000       1.20
+++ e_mod_main.h        25 Mar 2007 22:46:21 -0000      1.21
@@ -15,7 +15,7 @@
    E_Menu          *menu;
    Evas_List       *handlers;
    Evas_List       *items;
-   Evas_List      *config_dialog;//E_Config_Dialog *;
+   Evas_List      *config_dialog;
 };
 
 struct _Config_Item 



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