Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
Remove stale code.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -3 -r1.169 -r1.170
--- e_mod_main.c        25 Mar 2007 17:23:49 -0000      1.169
+++ e_mod_main.c        25 Mar 2007 22:46:20 -0000      1.170
@@ -310,8 +310,6 @@
                              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);
      }
 }
 
@@ -811,8 +809,6 @@
                              E_MENU_POP_DIRECTION_DOWN, ev->timestamp);
        e_util_evas_fake_mouse_up_later(ic->ibar->inst->gcc->gadcon->evas,
                                        ev->button);
-//     evas_event_feed_mouse_up(ic->ibar->inst->gcc->gadcon->evas, ev->button,
-//                              EVAS_BUTTON_NONE, ev->timestamp, NULL);
      }
 }
 
@@ -871,9 +867,6 @@
             e_drag_start(d, ic->drag.x, ic->drag.y);
             e_util_evas_fake_mouse_up_later(ic->ibar->inst->gcc->gadcon->evas,
                                             1);
-//          evas_event_feed_mouse_up(ic->ibar->inst->gcc->gadcon->evas,
-//                                   1, EVAS_BUTTON_NONE, 
-//                                   ecore_x_current_time_get(), NULL);
             ic->ibar->icons = evas_list_remove(ic->ibar->icons, ic);
             _ibar_resize_handle(ic->ibar);
             _gc_orient(ic->ibar->inst->gcc);



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