summaryrefslogtreecommitdiff
path: root/gtk/gtktooltips.h
diff options
context:
space:
mode:
authorKristian Rietveld <kris@imendio.com>2007-06-26 11:03:50 +0000
committerKristian Rietveld <kristian@src.gnome.org>2007-06-26 11:03:50 +0000
commitcbde735c9777d1f3530f67510ea670f3a8d5aa2d (patch)
treea0bb7de30e78ec9999e83f5d1bd2d4a8a0cc31e1 /gtk/gtktooltips.h
parentffcece930febbdb25ac66324441b1d5c8c2f826d (diff)
downloadgtk+-cbde735c9777d1f3530f67510ea670f3a8d5aa2d.tar.gz
remove the deprecation macros for now to fix the build and give us a
2007-06-26 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltips.h: remove the deprecation macros for now to fix the build and give us a chance to fix widgets which use GtkTooltips in their API. svn path=/trunk/; revision=18242
Diffstat (limited to 'gtk/gtktooltips.h')
-rw-r--r--gtk/gtktooltips.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtktooltips.h b/gtk/gtktooltips.h
index 686eeae27f..49dbcbfe47 100644
--- a/gtk/gtktooltips.h
+++ b/gtk/gtktooltips.h
@@ -24,8 +24,6 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#ifndef GTK_DISABLE_DEPRECATED
-
#ifndef __GTK_TOOLTIPS_H__
#define __GTK_TOOLTIPS_H__
@@ -110,5 +108,3 @@ gboolean gtk_tooltips_get_info_from_tip_window (GtkWindow *tip_window
G_END_DECLS
#endif /* __GTK_TOOLTIPS_H__ */
-
-#endif /* GTK_DISABLE_DEPRECATED */