summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-11 21:49:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-11 22:02:32 -0400
commit49733154a6e5e41dc35d47e39367d5a5ecec2875 (patch)
tree82ca17d4e1dc9678635c8e8c765f6168ab11b8ff /gtk/gtk.h
parent5cd5db1f5758427a5412802f0b21eb1cdf370b26 (diff)
downloadgtk+-49733154a6e5e41dc35d47e39367d5a5ecec2875.tar.gz
Deprecate GtkNumerableIcon
It was a failed experiment, it is basically unused, and it complicates code in GtkIconTheme that we want to rework.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 16357c1486..ae8f932d29 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -136,7 +136,6 @@
#include <gtk/gtkmodules.h>
#include <gtk/gtkmountoperation.h>
#include <gtk/gtknotebook.h>
-#include <gtk/gtknumerableicon.h>
#include <gtk/gtkoffscreenwindow.h>
#include <gtk/gtkorientable.h>
#include <gtk/gtkoverlay.h>
@@ -242,6 +241,7 @@
#include <gtk/deprecated/gtkhseparator.h>
#include <gtk/deprecated/gtkiconfactory.h>
#include <gtk/deprecated/gtkimagemenuitem.h>
+#include <gtk/deprecated/gtknumerableicon.h>
#include <gtk/deprecated/gtkradioaction.h>
#include <gtk/deprecated/gtkrc.h>
#include <gtk/deprecated/gtkrecentaction.h>