forked from AuroraMiddleware/gtk
filechooserwidget: Remove unnecessary deprecation guards
This commit is contained in:
parent
83e9361005
commit
175e3d751d
@ -1664,7 +1664,6 @@ visit_file_cb (GSimpleAction *action,
|
||||
g_slist_free_full (files, g_object_unref);
|
||||
}
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
/* Callback used when the "Open this folder" menu item is activated */
|
||||
static void
|
||||
open_folder_cb (GSimpleAction *action,
|
||||
@ -1690,7 +1689,6 @@ open_folder_cb (GSimpleAction *action,
|
||||
|
||||
g_slist_free_full (files, g_object_unref);
|
||||
}
|
||||
G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
|
||||
/* callback used when the "Show Hidden Files" menu item is toggled */
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user