aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-roster-model.h')
-rw-r--r--libempathy-gtk/empathy-roster-model.h5
1 files changed, 0 insertions, 5 deletions
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 <folks/folks.h>
-#include <libempathy-gtk/empathy-roster-contact.h>
-
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__*/