summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-12 07:54:00 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-20 22:34:40 -0400
commitb831d01f0d6987d87a2704dbf876695f23333c8b (patch)
treeab45722071ac7f22039c9981362026fbc097a579 /gtk/gtkfilechooserentry.c
parent278bcf2680d714be837c1e7c8d5ba37ee868149e (diff)
downloadgtk+-b831d01f0d6987d87a2704dbf876695f23333c8b.tar.gz
filesystemmodel: Drop unused arguments
Drop the unused get_func arguments in constructors. Update all callers.
Diffstat (limited to 'gtk/gtkfilechooserentry.c')
-rw-r--r--gtk/gtkfilechooserentry.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c
index b17eb9fa9d..a48606a5fa 100644
--- a/gtk/gtkfilechooserentry.c
+++ b/gtk/gtkfilechooserentry.c
@@ -617,8 +617,6 @@ populate_completion_store (GtkFileChooserEntry *chooser_entry)
_gtk_file_system_model_new_for_directory (chooser_entry->current_folder_file,
"standard::name,standard::display-name,standard::type,"
"standard::content-type",
- NULL,
- NULL,
N_COLUMNS,
G_TYPE_FILE_INFO,
G_TYPE_STRING,