From 7b5a073c39fbd8ed38cceb54ecb8f7d60dd45878 Mon Sep 17 00:00:00 2001 From: Laurent Contzen Date: Tue, 7 Aug 2012 16:44:14 +0200 Subject: Removed now useless _get_top_individuals function in the model --- libempathy-gtk/empathy-roster-model.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libempathy-gtk/empathy-roster-model.h') diff --git a/libempathy-gtk/empathy-roster-model.h b/libempathy-gtk/empathy-roster-model.h index 71b204231..dd8288eca 100644 --- a/libempathy-gtk/empathy-roster-model.h +++ b/libempathy-gtk/empathy-roster-model.h @@ -24,8 +24,6 @@ #include -#include - G_BEGIN_DECLS #define EMPATHY_ROSTER_MODEL_GROUP_TOP_GROUP _("Top Contacts") @@ -44,7 +42,6 @@ struct _EmpathyRosterModelInterface GList * (* get_individuals) (EmpathyRosterModel *self); GList * (*get_groups_for_individual) (EmpathyRosterModel *self, FolksIndividual *individual); - GList * (*get_top_individuals) (EmpathyRosterModel *self); }; GType empathy_roster_model_get_type (void); @@ -84,8 +81,6 @@ GList * empathy_roster_model_get_groups_for_individual ( EmpathyRosterModel *self, FolksIndividual *individual); -GList * empathy_roster_model_get_top_individuals (EmpathyRosterModel *self); - G_END_DECLS #endif /* #ifndef __EMPATHY_ROSTER_MODEL_H__*/ -- cgit v1.2.3