Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_border_test.c 


Log Message:
- shutup

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_border_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_border_test.c   22 Nov 2005 16:57:52 -0000      1.5
+++ ewl_border_test.c   22 Feb 2006 03:52:49 -0000      1.6
@@ -7,22 +7,6 @@
 static Ewl_Widget *border_button = NULL;
 
 static void
-__configure_border_contents(Ewl_Widget *w, void *ev_data __UNUSED__, 
-                                               void *user_data __UNUSED__)
-{
-       printf("Border configured\n");
-       ewl_widget_print(w);
-}
-
-static void
-__obscure_border_contents(Ewl_Widget *w, void *ev_data __UNUSED__, 
-                                               void *user_data __UNUSED__)
-{
-       printf("Border obscure\n");
-       ewl_widget_print(w);
-}
-
-static void
 __destroy_border_test_window(Ewl_Widget *w, void *ev_data __UNUSED__, 
                                                void *user_data __UNUSED__)
 {
@@ -111,10 +95,6 @@
        ewl_widget_show(border_box);
 
        avbox = ewl_vbox_new();
-       ewl_callback_append(avbox, EWL_CALLBACK_CONFIGURE,
-                           __configure_border_contents, NULL);
-       ewl_callback_append(avbox, EWL_CALLBACK_OBSCURE,
-                           __obscure_border_contents, NULL);
        ewl_object_alignment_set(EWL_OBJECT(avbox), EWL_FLAG_ALIGN_CENTER);
        ewl_container_child_append(EWL_CONTAINER(border_box), avbox);
        ewl_widget_show(avbox);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to