filechooserwidget: Remove unnecessary deprecation guards

This commit is contained in:
Timm Bäder 2019-04-29 12:04:25 +02:00 committed by Timm Bäder
parent 83e9361005
commit 175e3d751d

View File

@ -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