Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_menu_item.c ewl_menu_item.h 


Log Message:
- remove dead code

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu_item.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_menu_item.c     6 Mar 2007 21:25:08 -0000       1.17
+++ ewl_menu_item.c     7 Mar 2007 07:18:38 -0000       1.18
@@ -55,14 +55,6 @@
        ewl_object_fill_policy_set(EWL_OBJECT(item), EWL_FLAG_FILL_HFILL);
        ewl_object_fill_policy_set(EWL_OBJECT(EWL_BUTTON(item)->label_object),
                        EWL_FLAG_FILL_HFILL);
-       /*
-        * Intercept mouse events this will cause callbacks to children of
-        * this widget.
-        */
-       //ewl_container_callback_intercept(EWL_CONTAINER(item),
-       //              EWL_CALLBACK_FOCUS_IN);
-       //ewl_container_callback_intercept(EWL_CONTAINER(item),
-       //              EWL_CALLBACK_FOCUS_OUT);
 
        DRETURN_INT(TRUE, DLEVEL_STABLE);
 }
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu_item.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_menu_item.h     6 Mar 2007 21:25:08 -0000       1.19
+++ ewl_menu_item.h     7 Mar 2007 07:18:38 -0000       1.20
@@ -55,10 +55,6 @@
 Ewl_Widget     *ewl_menu_item_new(void);
 int             ewl_menu_item_init(Ewl_Menu_Item *menu);
 
-/*
- * internally used callbacks, override at your risk
- */
-
 /**
  * @}
  */



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