From 181c2a5ab6417c2e745e507d64b66f4c6ba261f6 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 15 May 2009 18:39:38 +0200 Subject: Move the error declaration in empathy-tp-file.h --- libempathy/empathy-utils.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index fc3df4bf9..d36503c7f 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -40,18 +40,8 @@ #define EMPATHY_GET_PRIV(obj,type) ((type##Priv *) ((type *) obj)->priv) #define EMP_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0') -#define EMPATHY_FT_ERROR_QUARK g_quark_from_static_string ("EmpathyFTError") - G_BEGIN_DECLS -typedef enum { - EMPATHY_FT_ERROR_FAILED, - EMPATHY_FT_ERROR_HASH_MISMATCH, - EMPATHY_FT_ERROR_TP_ERROR, - EMPATHY_FT_ERROR_SOCKET, - EMPATHY_FT_ERROR_NOT_SUPPORTED -} EmpathyFTErrorEnum; - void empathy_init (void); /* Strings */ gchar * empathy_substring (const gchar *str, -- cgit v1.2.3