From 79ef79c4d92cc4978dd12528d5bb6c3673a6b0f9 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Fri, 5 Mar 2010 17:45:44 -0800 Subject: Cut out the concept of a special Favourites group --- libempathy/empathy-contact-list.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libempathy/empathy-contact-list.h') diff --git a/libempathy/empathy-contact-list.h b/libempathy/empathy-contact-list.h index c3fff7271..080a89584 100644 --- a/libempathy/empathy-contact-list.h +++ b/libempathy/empathy-contact-list.h @@ -34,9 +34,6 @@ G_BEGIN_DECLS #define EMPATHY_IS_CONTACT_LIST(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), EMPATHY_TYPE_CONTACT_LIST)) #define EMPATHY_CONTACT_LIST_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), EMPATHY_TYPE_CONTACT_LIST, EmpathyContactListIface)) -/* The favourites are just in a specially-handled group */ -#define EMPATHY_GROUP_FAVOURITES "Favorites" - typedef enum { EMPATHY_CONTACT_LIST_CAN_ADD = 1 << 0, EMPATHY_CONTACT_LIST_CAN_REMOVE = 1 << 1, -- cgit v1.2.3