mirror of https://github.com/GNOME/gimp.git
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:
parent
1d5aeaf857
commit
ff92915929
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue