aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-23 21:52:47 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-23 21:52:47 +0800
commit403a6270f48c31f9682d5f14713e3b36691872a9 (patch)
treedbb9eefb0e3e640f6daf1e7763cace562a28d8f4
parent4338e593594a52f49a92519e16898a4770708e79 (diff)
downloadgsoc2013-empathy-403a6270f48c31f9682d5f14713e3b36691872a9.tar
gsoc2013-empathy-403a6270f48c31f9682d5f14713e3b36691872a9.tar.gz
gsoc2013-empathy-403a6270f48c31f9682d5f14713e3b36691872a9.tar.bz2
gsoc2013-empathy-403a6270f48c31f9682d5f14713e3b36691872a9.tar.lz
gsoc2013-empathy-403a6270f48c31f9682d5f14713e3b36691872a9.tar.xz
gsoc2013-empathy-403a6270f48c31f9682d5f14713e3b36691872a9.tar.zst
gsoc2013-empathy-403a6270f48c31f9682d5f14713e3b36691872a9.zip
Removed unused G_STR_EMPTY from empathy-ui-utils.h.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2250 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--libempathy-gtk/empathy-ui-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index b61d9d86c..108b7bb89 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -59,8 +59,6 @@ typedef enum {
LAST_EMPATHY_SOUND
} EmpathySound;
-#define G_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0')
-
void empathy_gtk_init (void);
/* Glade */
void empathy_glade_get_file_simple (const gchar *filename,