aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-view.h
diff options
context:
space:
mode:
authorLaurent Contzen <lcontzen@gmail.com>2012-08-04 20:38:25 +0800
committerLaurent Contzen <lcontzen@gmail.com>2012-08-06 17:02:19 +0800
commitb3c361fdca7f6a0bb2a63e676cd0a5d488261127 (patch)
treeb3a500a60b01bb7fb6ece7eb118a2a2669adbacb /libempathy-gtk/empathy-roster-view.h
parent765db7cfd0a0aa7aea9f0f717a7762ad79e14ef9 (diff)
downloadgsoc2013-empathy-b3c361fdca7f6a0bb2a63e676cd0a5d488261127.tar
gsoc2013-empathy-b3c361fdca7f6a0bb2a63e676cd0a5d488261127.tar.gz
gsoc2013-empathy-b3c361fdca7f6a0bb2a63e676cd0a5d488261127.tar.bz2
gsoc2013-empathy-b3c361fdca7f6a0bb2a63e676cd0a5d488261127.tar.lz
gsoc2013-empathy-b3c361fdca7f6a0bb2a63e676cd0a5d488261127.tar.xz
gsoc2013-empathy-b3c361fdca7f6a0bb2a63e676cd0a5d488261127.tar.zst
gsoc2013-empathy-b3c361fdca7f6a0bb2a63e676cd0a5d488261127.zip
Removed the manager from the view, relying only on the model
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r--libempathy-gtk/empathy-roster-view.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h
index fd4f13ec1..6d5d760a3 100644
--- a/libempathy-gtk/empathy-roster-view.h
+++ b/libempathy-gtk/empathy-roster-view.h
@@ -5,7 +5,6 @@
#include <libempathy-gtk/egg-list-box/egg-list-box.h>
#include <libempathy-gtk/empathy-live-search.h>
-#include <libempathy/empathy-individual-manager.h>
#include <libempathy-gtk/empathy-roster-model.h>
G_BEGIN_DECLS
@@ -55,11 +54,7 @@ GType empathy_roster_view_get_type (void);
EMPATHY_TYPE_ROSTER_VIEW, \
EmpathyRosterViewClass))
-GtkWidget * empathy_roster_view_new (EmpathyIndividualManager *manager,
- EmpathyRosterModel *model);
-
-EmpathyIndividualManager * empathy_roster_view_get_manager (
- EmpathyRosterView *self);
+GtkWidget * empathy_roster_view_new (EmpathyRosterModel *model);
void empathy_roster_view_show_offline (EmpathyRosterView *self,
gboolean show);