Don't excessively define GDK_EXTERN

Once is enough.
This commit is contained in:
Matthias Clasen 2023-05-08 15:53:27 -04:00 committed by Emmanuele Bassi
parent 5ae25519a7
commit e216f469a1

View File

@ -24,10 +24,6 @@
#include <glib.h>
#ifndef _GDK_EXTERN
#define _GDK_EXTERN extern
#endif
/* These macros are used to mark deprecated symbols in GLib headers,
* and thus have to be exposed in installed headers. But please
* do *not* use them in other projects. Instead define your own wrappers