From 7a6a821ed02d66bb04c091b0db21bc34c3de237d Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 26 Oct 2023 11:23:51 +0200 Subject: [PATCH] cogl: Drop unnused experimental API config Part-of: --- cogl/cogl/cogl.h | 8 -------- src/meson.build | 1 - 2 files changed, 9 deletions(-) diff --git a/cogl/cogl/cogl.h b/cogl/cogl/cogl.h index fb3c09283..11d18d57d 100644 --- a/cogl/cogl/cogl.h +++ b/cogl/cogl/cogl.h @@ -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 diff --git a/src/meson.build b/src/meson.build index 535568a59..7150d63dc 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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',