mirror of https://github.com/GNOME/gimp.git
libgimp: remove the GIMP_DISABLE_COMPAT_CRUFT define
there is no legacy API left a ported plug-in could accidentially use.
This commit is contained in:
parent
5567a89347
commit
4364b78446
|
@ -90,8 +90,6 @@
|
|||
|
||||
#include <locale.h>
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#include "libgimpbase/gimpbase-private.h"
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
#include "gimpfileprocedure.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#include "gimpimageprocedure.h"
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#ifndef GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
|
||||
#ifdef GIMP_DEPRECATED_REPLACE_NEW_API
|
||||
#define GIMP_PLUGIN GIMP_PDB_PROC_TYPE_PLUGIN
|
||||
|
@ -270,7 +268,6 @@ GimpValueArray * gimp_run_procedure_array (const gchar *name,
|
|||
gboolean gimp_plugin_menu_register (const gchar *procedure_name,
|
||||
const gchar *menu_path);
|
||||
|
||||
#endif /* GIMP_DISABLE_COMPAT_CRUFT */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#include "gimploadprocedure.h"
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#include "libgimpbase/gimpprotocol.h"
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#include "gimppdb-private.h"
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#include "libgimpbase/gimpprotocol.h"
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#include "libgimpbase/gimpprotocol.h"
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#include "gimpsaveprocedure.h"
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#include "gimpthumbnailprocedure.h"
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include <glib.h>
|
||||
|
||||
#define GIMP_DISABLE_COMPAT_CRUFT
|
||||
|
||||
#include "libgimp/gimp.h"
|
||||
|
||||
#include "gimphelp.h"
|
||||
|
|
Loading…
Reference in New Issue