From 44472802c9c232f7ab6639af2e0a88b090016671 Mon Sep 17 00:00:00 2001 From: Laurent Contzen Date: Tue, 7 Aug 2012 16:28:21 +0200 Subject: Moved _contact_in_top from the model to the view empathy-roster-model and empathy-roster-model-manager: removed _contact_in_top empathy-roster-view: added new function contact_in_top and modified functions to use it --- 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 dae23390e..71b204231 100644 --- a/libempathy-gtk/empathy-roster-model.h +++ b/libempathy-gtk/empathy-roster-model.h @@ -45,8 +45,6 @@ struct _EmpathyRosterModelInterface GList * (*get_groups_for_individual) (EmpathyRosterModel *self, FolksIndividual *individual); GList * (*get_top_individuals) (EmpathyRosterModel *self); - gboolean (*contact_in_top) (EmpathyRosterModel *self, - EmpathyRosterContact *contact); }; GType empathy_roster_model_get_type (void); @@ -88,9 +86,6 @@ GList * empathy_roster_model_get_groups_for_individual ( GList * empathy_roster_model_get_top_individuals (EmpathyRosterModel *self); -gboolean empathy_roster_model_contact_in_top (EmpathyRosterModel *self, - EmpathyRosterContact *contact); - G_END_DECLS #endif /* #ifndef __EMPATHY_ROSTER_MODEL_H__*/ -- cgit v1.2.3