From bdebb1c7fbe09e04bb0de39ae37b704ed448784b Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 13 Mar 2008 00:34:44 +0000 Subject: [PATCH] Remove obsolete comments Signed-off-by: Federico Mena Quintero svn path=/trunk/; revision=19818 --- gtk/gtkfilechooserentry.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 62753c03a8..fbf73613b4 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -742,7 +742,6 @@ populate_completion_store (GtkFileChooserEntry *chooser_entry) G_TYPE_STRING, GTK_TYPE_FILE_PATH); - /* Bah. Need to turn off sorting */ for (tmp_list = paths; tmp_list; tmp_list = tmp_list->next) { GtkFileInfo *info; @@ -773,7 +772,6 @@ populate_completion_store (GtkFileChooserEntry *chooser_entry) gtk_file_paths_free (paths); - /* FIXME: we want to turn off sorting temporarily. I suck... */ gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (chooser_entry->completion_store), DISPLAY_NAME_COLUMN, GTK_SORT_ASCENDING);