edbus: Remove unnecessary define
authorJosé Roberto de Souza <zehortigoza@profusion.mobi>
Mon, 29 Oct 2012 22:02:41 +0000 (22:02 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 29 Oct 2012 22:02:41 +0000 (22:02 +0000)
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 78625

src/lib/edbus_core.c

index 66abd6d..e86bd38 100644 (file)
@@ -4,10 +4,6 @@
 
 #include <Ecore.h>
 
-#define NAME_OWNER_MATCH "type='signal',sender='org.freedesktop.DBus',\
-         path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',\
-         member='NameOwnerChanged',arg0='%s'"
-
 #define EDBUS_CONNECTION_CHECK(conn)                        \
   do                                                        \
     {                                                       \