filechooserwidget: Remove unneeded function prototype

This commit is contained in:
Timm Bäder 2019-04-28 11:08:09 +02:00
parent cf2ef4863b
commit 78049f452a

View File

@ -555,8 +555,6 @@ static void list_row_activated (GtkTreeView *tree_view,
GtkTreePath *path,
GtkTreeViewColumn *column,
GtkFileChooserWidget *impl);
static void list_cursor_changed (GtkTreeView *treeview,
GtkFileChooserWidget *impl);
static void path_bar_clicked (GtkPathBar *path_bar,
GFile *file,