mirror of
https://github.com/brl/mutter.git
synced 2025-02-06 00:24:10 +00:00
cogl: Drop unnused experimental API config
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3349>
This commit is contained in:
parent
c683d971a1
commit
7a6a821ed0
@ -66,14 +66,6 @@
|
|||||||
#include "cogl/cogl-texture.h"
|
#include "cogl/cogl-texture.h"
|
||||||
#include "cogl/cogl-types.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>
|
#include <cogl/deprecated/cogl-shader.h>
|
||||||
|
|
||||||
|
@ -179,7 +179,6 @@ mutter_deps = [
|
|||||||
mutter_c_args = [
|
mutter_c_args = [
|
||||||
'-DCLUTTER_ENABLE_COMPOSITOR_API',
|
'-DCLUTTER_ENABLE_COMPOSITOR_API',
|
||||||
'-DCOGL_ENABLE_EXPERIMENTAL_API',
|
'-DCOGL_ENABLE_EXPERIMENTAL_API',
|
||||||
'-DCOGL_ENABLE_EXPERIMENTAL_2_0_API',
|
|
||||||
'-DCOGL_ENABLE_MUTTER_API',
|
'-DCOGL_ENABLE_MUTTER_API',
|
||||||
'-DCLUTTER_DISABLE_DEPRECATION_WARNINGS',
|
'-DCLUTTER_DISABLE_DEPRECATION_WARNINGS',
|
||||||
'-DCOGL_DISABLE_DEPRECATION_WARNINGS',
|
'-DCOGL_DISABLE_DEPRECATION_WARNINGS',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user