diff options
author | Christian Dywan <christian@twotoasts.de> | 2009-12-10 12:28:38 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:51:21 +0200 |
commit | e8f1a3ccf073e605f56a0e7c89acb4bda9b47b3d (patch) | |
tree | 84264e681e3f54c0e80bd48333375dafef907cd8 /gtk/gtktoolbar.h | |
parent | e0969a132750229199df2ab713d4d74f93f8f954 (diff) | |
download | gtk+-e8f1a3ccf073e605f56a0e7c89acb4bda9b47b3d.tar.gz |
Remove deprecated GtkTooltips
Diffstat (limited to 'gtk/gtktoolbar.h')
-rw-r--r-- | gtk/gtktoolbar.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h index fccfe4e8ed..89af1d82a5 100644 --- a/gtk/gtktoolbar.h +++ b/gtk/gtktoolbar.h @@ -38,7 +38,6 @@ #include <gtk/gtkcontainer.h> -#include <gtk/gtktooltips.h> #include <gtk/gtktoolitem.h> G_BEGIN_DECLS @@ -94,12 +93,6 @@ struct _GtkToolbar GtkToolbarStyle GSEAL (style); GtkIconSize GSEAL (icon_size); -#ifndef GTK_DISABLE_DEPRECATED - GtkTooltips *GSEAL (tooltips); -#else - gpointer GSEAL (_tooltips); -#endif - /*< private >*/ gint GSEAL (button_maxw); /* maximum width of homogeneous children */ gint GSEAL (button_maxh); /* maximum height of homogeneous children */ |