columnviewcolumn: Remove some unused code
authorMatthias Clasen <mclasen@redhat.com>
Thu, 20 Oct 2022 13:52:54 +0000 (09:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Oct 2022 15:44:05 +0000 (11:44 -0400)
gtk/gtkcolumnviewcolumn.c

index 74c89c0c8d1e876e9724ac9132d7b8865fd7251e..244692fca06e1920f30570b6b0d71b8bf56f7879 100644 (file)
@@ -699,17 +699,6 @@ gtk_column_view_column_get_title (GtkColumnViewColumn *self)
   return self->title;
 }
 
-#if 0
-static void
-gtk_column_view_column_add_to_sorter (GtkColumnViewColumn *self)
-{
-  if (self->view == NULL)
-    return;
-  
-  gtk_column_view_sorter_add_column (GTK_COLUMN_VIEW_SORTER (gtk_column_view_get_sorter (self->view)), self);
-}
-#endif
-
 static void
 gtk_column_view_column_remove_from_sorter (GtkColumnViewColumn *self)
 {