cogl: Drop unnused experimental API config

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3349>
This commit is contained in:
Bilal Elmoussaoui 2023-10-26 11:23:51 +02:00 committed by Marge Bot
parent c683d971a1
commit 7a6a821ed0
2 changed files with 0 additions and 9 deletions

View File

@ -66,14 +66,6 @@
#include "cogl/cogl-texture.h"
#include "cogl/cogl-types.h"
/*
* 1.x only api...
*/
#if 0
#ifndef COGL_ENABLE_EXPERIMENTAL_2_0_API
#warning
#endif
#endif
#include <cogl/deprecated/cogl-shader.h>

View File

@ -179,7 +179,6 @@ mutter_deps = [
mutter_c_args = [
'-DCLUTTER_ENABLE_COMPOSITOR_API',
'-DCOGL_ENABLE_EXPERIMENTAL_API',
'-DCOGL_ENABLE_EXPERIMENTAL_2_0_API',
'-DCOGL_ENABLE_MUTTER_API',
'-DCLUTTER_DISABLE_DEPRECATION_WARNINGS',
'-DCOGL_DISABLE_DEPRECATION_WARNINGS',