shortcutswindow: Remove unneeded deprecation guards

Leftovers from when it was still using a GtkArrow
This commit is contained in:
Timm Bäder 2016-10-17 18:06:35 +02:00
parent f8eaadb32e
commit 8dd549850c

View File

@ -955,12 +955,10 @@ gtk_shortcuts_window_init (GtkShortcutsWindow *self)
NULL);
gtk_container_add (GTK_CONTAINER (menu_box), GTK_WIDGET (priv->menu_label));
G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
arrow = gtk_image_new_from_icon_name ("pan-down-symbolic",
GTK_ICON_SIZE_BUTTON);
gtk_widget_show (arrow);
gtk_container_add (GTK_CONTAINER (menu_box), GTK_WIDGET (arrow));
G_GNUC_END_IGNORE_DEPRECATIONS;
priv->popover = g_object_new (GTK_TYPE_POPOVER,
"relative-to", priv->menu_button,