diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-selector.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c index dd7da1d8d..cfd1f733a 100644 --- a/libempathy-gtk/empathy-contact-selector.c +++ b/libempathy-gtk/empathy-contact-selector.c @@ -133,10 +133,6 @@ contact_selector_manage_sensitivity (EmpathyContactSelector *selector) EmpathyContactSelectorPriv *priv = GET_PRIV (selector); guint number_online_contacts; - /* FIXME - make this work when offline contacts are shown. - * The following value needs to be the number of entries shown - * excluding the blank entry (if present). - */ number_online_contacts = contact_selector_get_number_online_contacts ( GTK_TREE_STORE (priv->store)); |