[gtk+/wip/baedert/box: 70/72] shortcutswindow: Remove unneeded deprecation guards



commit 9661ad19982d8bd0a5b2002175a08af3a10d2d84
Author: Timm Bäder <mail baedert org>
Date:   Mon Oct 17 18:06:35 2016 +0200

    shortcutswindow: Remove unneeded deprecation guards
    
    Leftovers from when it was still using a GtkArrow

 gtk/gtkshortcutswindow.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkshortcutswindow.c b/gtk/gtkshortcutswindow.c
index d67d6ed..dbe6419 100644
--- a/gtk/gtkshortcutswindow.c
+++ b/gtk/gtkshortcutswindow.c
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]