diff options
author | Kristian Rietveld <kris@imendio.com> | 2007-06-26 11:03:50 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2007-06-26 11:03:50 +0000 |
commit | cbde735c9777d1f3530f67510ea670f3a8d5aa2d (patch) | |
tree | a0bb7de30e78ec9999e83f5d1bd2d4a8a0cc31e1 /gtk | |
parent | ffcece930febbdb25ac66324441b1d5c8c2f826d (diff) | |
download | gtk+-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')
-rw-r--r-- | gtk/gtktooltips.h | 4 |
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 */ |