]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.h
Center the 'smiley images' inside the menu items
[empathy.git] / libempathy / empathy-utils.h
index 7310320b169afd50895f9b9c70b2dd1b1ad46766..a9ff0d89060df76b63fc7d0471a1ba90e95082f7 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
 
@@ -103,9 +102,6 @@ void empathy_individual_can_audio_video_call (FolksIndividual *individual,
 gboolean empathy_client_types_contains_mobile_device (
     const GStrv types);
 
-FolksIndividual * empathy_create_individual_from_tp_contact (
-    TpContact *contact);
-
 FolksIndividual * empathy_ensure_individual_from_tp_contact (
     TpContact *contact);