Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/bin


Modified Files:
        ef_mime.c 


Log Message:
- simplify the monitor code. still gets spanked on shutdown for some reason

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/bin/ef_mime.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ef_mime.c   1 Jul 2007 16:32:34 -0000       1.2
+++ ef_mime.c   2 Jul 2007 22:01:44 -0000       1.3
@@ -6,17 +6,6 @@
 #include <sys/types.h>
 #include <sys/time.h>
 
-double
-calc_time(const struct timeval *start, const struct timeval *end)
-{
-    double s, e;
-    
-    s = ((double)start->tv_sec) + ((double)start->tv_usec / 1000000.0);
-    e = ((double)end->tv_sec) + ((double)end->tv_usec / 1000000.0);
-    
-    return e - s;
-}
-
 int
 ef_mime_cb_get(void)
 {



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to