aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-log-window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index baedb0487..9a1952455 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -1729,9 +1729,6 @@ log_window_events_setup (EmpathyLogWindow *window)
gtk_tree_sortable_set_sort_column_id (sortable,
COL_EVENTS_TS,
GTK_SORT_ASCENDING);
-/* FIXME gtk_tree_sortable_set_sort_func (sortable,
- COL_EVENTS_NAME, sort_by_event_date,
- NULL, NULL);*/
g_object_unref (store);
}