removed GTK_ENABLE_BROKEN and _DEPRECATED #defines and #includes because

2002-08-18  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/gif.c: removed GTK_ENABLE_BROKEN and _DEPRECATED
	#defines and #includes because this plug-in has already been
	ported.
This commit is contained in:
Michael Natterer 2002-08-18 21:57:15 +00:00 committed by Michael Natterer
parent 1d5aeaf857
commit ff92915929
2 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,9 @@
2002-08-18 Michael Natterer <mitch@gimp.org>
* plug-ins/common/gif.c: removed GTK_ENABLE_BROKEN and _DEPRECATED
#defines and #includes because this plug-in has already been
ported.
2002-08-11 Michael Natterer <mitch@gimp.org>
* app/core/gimpcontainer.c: fixed warning, coding style.

View File

@ -270,17 +270,6 @@
#include <string.h>
#include <ctype.h>
#ifdef __GNUC__
#warning GTK_DISABLE_DEPRECATED
#endif
#undef GTK_DISABLE_DEPRECATED
#ifdef __GNUC__
#warning GTK_ENABLE_BROKEN
#endif
#define GTK_ENABLE_BROKEN
#include <gtk/gtktext.h>
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>