From 1e878d27797a90e0602180972f1727caed6c87eb Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 24 Feb 2010 15:55:14 +0000 Subject: Use a appropriate unique name for Empathy unique app --- libempathy/empathy-utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 859aed1e4..0fc6fc2a9 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -37,8 +37,6 @@ #define EMPATHY_GET_PRIV(obj,type) ((type##Priv *) ((type *) obj)->priv) #define EMP_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0') -#define EMPATHY_CLIENT_NAME "org.freedesktop.Telepathy.Client.Empathy" - G_BEGIN_DECLS void empathy_init (void); -- cgit v1.2.3