Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/bin


Modified Files:
        esmart_text_entry_test.c 


Log Message:
Comment out unused functions to remove compiler warning.

===================================================================
RCS file: /cvs/e/e17/libs/esmart/src/bin/esmart_text_entry_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- esmart_text_entry_test.c    10 Jul 2007 17:33:54 -0000      1.1
+++ esmart_text_entry_test.c    31 Jul 2007 08:42:04 -0000      1.2
@@ -42,19 +42,19 @@
   return (0);
 }
 
+/*
 static void
 bg_key_down_cb (void *data, Evas * evas, Evas_Object * obj, void *event_info)
 {
   printf ("key down\n");
-
 }
 
 static void
 bg_key_up_cb (void *data, Evas * evas, Evas_Object * obj, void *event_info)
 {
   printf ("key up\n");
-
 }
+*/
 
 void key_data (void *data, const char *str)
 {



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to