diff options
-rw-r--r-- | src/proctable.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proctable.cpp b/src/proctable.cpp index 97a51a2..0023aff 100644 --- a/src/proctable.cpp +++ b/src/proctable.cpp @@ -146,8 +146,6 @@ proctable_set_columns_order(GtkTreeView *treeview, GSList *order) id = GPOINTER_TO_INT(it->data); - g_assert(id >= 0 && id < NUM_COLUMNS); - cur = my_gtk_tree_view_get_column_with_sort_column_id(treeview, id); if(cur && cur != last) |