]> git.0d.be Git - empathy.git/commitdiff
Remove FIXME
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Tue, 22 Dec 2009 03:15:05 +0000 (14:15 +1100)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Tue, 22 Dec 2009 03:15:05 +0000 (14:15 +1100)
src/empathy-chat-window.c

index 6b0dc5d00db971192667e6a43aed51c13e3d6c4e..5ad66fd265d029c0abb51b9dd4f6f7f974b7b196 100644 (file)
@@ -882,8 +882,6 @@ chat_window_invite_participant_activate_cb (GtkAction         *action,
        tp_chat = empathy_chat_get_tp_chat (priv->current_chat);
        channel = empathy_tp_chat_get_channel (tp_chat);
 
-       /* FIXME: should filter out the existing participants from the
-        * list */
        dialog = empathy_invite_participant_dialog_new (
                        GTK_WINDOW (priv->dialog));
        gtk_widget_show (dialog);