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
This commit is contained in:
Kristian Rietveld 2007-06-26 11:03:50 +00:00 committed by Kristian Rietveld
parent ffcece930f
commit cbde735c97
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,15 @@
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.
2007-06-26 Kristian Rietveld <kris@imendio.com>
* gtk/gtk.symbols:
* gtk/gtktooltips.[ch]:
* docs/reference/gtk/tmpl/gtktooltips.sgml: deprecate GtkTooltips.
2007-06-25 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert: Add a script to convert libglade files

View File

@ -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 */