summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitem.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-07 18:21:51 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:40:41 +0200
commitdc21c8ef0693c55afff9aff8944d23502d95717d (patch)
tree123636ab75ccf701ee7c5c2d854ebd66690c0e6a /gtk/gtktoolitem.h
parentaa21bd702fcccb95cf0b1c31324329c47c2d3138 (diff)
downloadgtk+-dc21c8ef0693c55afff9aff8944d23502d95717d.tar.gz
Remove deprecated GtkToolItem functions
Diffstat (limited to 'gtk/gtktoolitem.h')
-rw-r--r--gtk/gtktoolitem.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtktoolitem.h b/gtk/gtktoolitem.h
index 7f8d9ada18..882530ad98 100644
--- a/gtk/gtktoolitem.h
+++ b/gtk/gtktoolitem.h
@@ -86,13 +86,6 @@ gboolean gtk_tool_item_get_homogeneous (GtkToolItem *tool_item);
void gtk_tool_item_set_expand (GtkToolItem *tool_item,
gboolean expand);
gboolean gtk_tool_item_get_expand (GtkToolItem *tool_item);
-
-#ifndef GTK_DISABLE_DEPRECATED
-void gtk_tool_item_set_tooltip (GtkToolItem *tool_item,
- GtkTooltips *tooltips,
- const gchar *tip_text,
- const gchar *tip_private);
-#endif /* GTK_DISABLE_DEPRECATED */
void gtk_tool_item_set_tooltip_text (GtkToolItem *tool_item,
const gchar *text);
void gtk_tool_item_set_tooltip_markup (GtkToolItem *tool_item,