diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-04-26 17:25:33 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 19:34:55 +0800 |
commit | 2815624c23a1a7acc9008926a1c2c513ef884c28 (patch) | |
tree | 2908509ae52666021857c7d76b53a2d3e68f6c27 /libempathy-gtk/empathy-log-window.c | |
parent | 751af986ebacdebbb22f74c664ddddc4fe583c43 (diff) | |
download | gsoc2013-empathy-2815624c23a1a7acc9008926a1c2c513ef884c28.tar gsoc2013-empathy-2815624c23a1a7acc9008926a1c2c513ef884c28.tar.gz gsoc2013-empathy-2815624c23a1a7acc9008926a1c2c513ef884c28.tar.bz2 gsoc2013-empathy-2815624c23a1a7acc9008926a1c2c513ef884c28.tar.lz gsoc2013-empathy-2815624c23a1a7acc9008926a1c2c513ef884c28.tar.xz gsoc2013-empathy-2815624c23a1a7acc9008926a1c2c513ef884c28.tar.zst gsoc2013-empathy-2815624c23a1a7acc9008926a1c2c513ef884c28.zip |
Remove dead code
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 80274cad9..70a84180a 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -1733,9 +1733,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); } |