cogl: Remove no longer useful define

No longer a public lib so the comment no longer applies as well

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3491>
This commit is contained in:
Bilal Elmoussaoui 2024-01-05 08:54:02 +01:00
parent 3fcff05847
commit 2317fbe7c4

View File

@ -43,16 +43,6 @@
#include <graphene.h>
/* We currently keep gtype integration delimited in case we eventually
* want to split it out into a separate utility library when Cogl
* becomes a standalone project. (like cairo-gobject.so)
*/
#define _COGL_SUPPORTS_GTYPE_INTEGRATION
/*
* API common to the 1.x and 2.0 api...
*/
#include "cogl/cogl-macros.h"
#include "cogl/cogl1-context.h"