app/widgets/gimpselectioneditor.c don't undefine GTK_DISABLE_DEPRECATED
2002-11-09 Sven Neumann <sven@gimp.org> * app/widgets/gimpselectioneditor.c * app/widgets/gimpvectorslistview.c: don't undefine GTK_DISABLE_DEPRECATED here, since these files don't use any deprecated functions.
This commit is contained in:
committed by
Sven Neumann
parent
9d81beb962
commit
ed9db517f9
@ -1,3 +1,10 @@
|
||||
2002-11-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimpselectioneditor.c
|
||||
* app/widgets/gimpvectorslistview.c: don't undefine
|
||||
GTK_DISABLE_DEPRECATED here, since these files don't use any
|
||||
deprecated functions.
|
||||
|
||||
2002-11-09 Maurits Rijk <lpeek.mrijk@consunet.nl>
|
||||
|
||||
* plug-ins/common/sinus.c (sinus_dialog): applied a patch from Yeti to
|
||||
|
||||
@ -22,11 +22,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#warning GTK_DISABLE_DEPRECATED
|
||||
#endif
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "libgimpcolor/gimpcolor.h"
|
||||
|
||||
@ -21,11 +21,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#warning GTK_DISABLE_DEPRECATED
|
||||
#endif
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "libgimpmath/gimpmath.h"
|
||||
|
||||
@ -21,11 +21,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#warning GTK_DISABLE_DEPRECATED
|
||||
#endif
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "libgimpmath/gimpmath.h"
|
||||
|
||||
Reference in New Issue
Block a user