Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : proto

Dir     : e17/proto/e_dbus/src/bin


Modified Files:
        notification_daemon.c notify.c 


Log Message:
Cleanup warnings.

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/bin/notification_daemon.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- notification_daemon.c       11 Jul 2007 00:48:59 -0000      1.1
+++ notification_daemon.c       24 Jul 2007 17:17:04 -0000      1.2
@@ -99,6 +99,10 @@
 daemon_note_history_find(Daemon_Data *d, int id)
 {
   if (id < d->history_start) return NULL;
+
+  // TODO
+
+  return NULL;
 }
 
 
===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/bin/notify.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- notify.c    11 Jul 2007 00:48:59 -0000      1.4
+++ notify.c    24 Jul 2007 17:17:04 -0000      1.5
@@ -1,8 +1,6 @@
 #include <E_DBus.h>
 #include <E_Notify.h>
 
-static dbus_uint32_t msg_num = 0;
-
 void
 cb_sent(void *data, void *ret, DBusError *err)
 {



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