[gtk+/wip/baedert/box: 262/269] shortcutswindow: Remove unneeded deprecation guards
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/box: 262/269] shortcutswindow: Remove unneeded deprecation guards
- Date: Wed, 19 Oct 2016 18:42:08 +0000 (UTC)
commit 2396956c28d8609a80a03f88049800d90d9e9f10
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]