mirror of https://github.com/GNOME/gimp.git
libgimpbase: minor cleanups while grepping for DEPRECATED
This commit is contained in:
parent
b2f660ae43
commit
ee79eb999f
|
@ -1021,7 +1021,7 @@ typedef enum
|
|||
GIMP_PRECISION_HALF_GAMMA = GIMP_PRECISION_HALF_NON_LINEAR,
|
||||
GIMP_PRECISION_FLOAT_GAMMA = GIMP_PRECISION_FLOAT_NON_LINEAR,
|
||||
GIMP_PRECISION_DOUBLE_GAMMA = GIMP_PRECISION_DOUBLE_NON_LINEAR
|
||||
#endif
|
||||
#endif
|
||||
} GimpPrecision;
|
||||
|
||||
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include <gio/gio.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#include "gimpbasetypes.h"
|
||||
|
||||
#define __GIMP_ENV_C__
|
||||
|
|
Loading…
Reference in New Issue