aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gtk/PlatGTK.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index 3cdc0abfd..c37ff56ca 100644
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -1859,9 +1859,6 @@ void ListBoxX::Create(Window &, int, int, bool) {
gtk_container_add(GTK_CONTAINER(PWidget(scroller)), PWidget(list));
gtk_widget_show(PWidget(list));
- gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(store),
- TEXT_COLUMN, GTK_SORT_ASCENDING);
-
gtk_signal_connect(GTK_OBJECT(PWidget(list)), "button_press_event",
GTK_SIGNAL_FUNC(ButtonPress), this);
#endif