]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.h
tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it
[empathy.git] / libempathy / empathy-utils.h
index 7310320b169afd50895f9b9c70b2dd1b1ad46766..40291b971cfea3038acee3b2a366a0184ed2f661 100644 (file)
@@ -36,7 +36,6 @@
 #include "empathy-contact.h"
 
 #define EMPATHY_GET_PRIV(obj,type) ((type##Priv *) ((type *) obj)->priv)
-#define EMP_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0')
 
 G_BEGIN_DECLS