[Telepathy-commits] [telepathy-salut/master] lib/gibber/gibber-namespaces.h: Fix double #define from the merge
Alban Crequy
alban.crequy at collabora.co.uk
Thu Feb 26 11:20:15 PST 2009
---
lib/gibber/gibber-namespaces.h | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/lib/gibber/gibber-namespaces.h b/lib/gibber/gibber-namespaces.h
index 9f5ffb7..2ece81e 100644
--- a/lib/gibber/gibber-namespaces.h
+++ b/lib/gibber/gibber-namespaces.h
@@ -48,7 +48,7 @@
"jabber:x:data"
#define GIBBER_XMPP_NS_EVENT \
- (const gchar *)"jabber:x:event"
+ "jabber:x:event"
#define GIBBER_XMPP_NS_STANZAS \
"urn:ietf:params:xml:ns:xmpp-stanzas"
@@ -62,10 +62,4 @@
#define GIBBER_TELEPATHY_NS_CLIQUE \
"http://telepathy.freedesktop.org/xmpp/clique"
-#define GIBBER_XMPP_NS_OOB \
- (const gchar *)"jabber:iq:oob"
-
-#define GIBBER_XMPP_NS_STANZAS \
- (const gchar *)"urn:ietf:params:xml:ns:xmpp-stanzas"
-
#endif /* #ifndef __GIBBER_NAMESPACES_H__ */
--
1.5.6.5
More information about the telepathy-commits
mailing list