diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-01-23 21:52:47 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-23 21:52:47 +0800 |
commit | fa07b2c3ce77d62a90bdf3099f33437c22cf65b6 (patch) | |
tree | dbb9eefb0e3e640f6daf1e7763cace562a28d8f4 /libempathy-gtk/empathy-ui-utils.h | |
parent | 025c9ec4d13772b1e233a472ea90cc9ed0b27611 (diff) | |
download | gsoc2013-empathy-fa07b2c3ce77d62a90bdf3099f33437c22cf65b6.tar gsoc2013-empathy-fa07b2c3ce77d62a90bdf3099f33437c22cf65b6.tar.gz gsoc2013-empathy-fa07b2c3ce77d62a90bdf3099f33437c22cf65b6.tar.bz2 gsoc2013-empathy-fa07b2c3ce77d62a90bdf3099f33437c22cf65b6.tar.lz gsoc2013-empathy-fa07b2c3ce77d62a90bdf3099f33437c22cf65b6.tar.xz gsoc2013-empathy-fa07b2c3ce77d62a90bdf3099f33437c22cf65b6.tar.zst gsoc2013-empathy-fa07b2c3ce77d62a90bdf3099f33437c22cf65b6.zip |
Removed unused G_STR_EMPTY from empathy-ui-utils.h.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2250
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 2 |
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, |