From 828bc023d09f965c60a5d7053db489ac336a0803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 20 Jul 2023 11:38:21 +0200 Subject: [PATCH] cogl/build: Remove unused built header list Part-of: --- cogl/cogl/meson.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cogl/cogl/meson.build b/cogl/cogl/meson.build index a085cc2d0..7e6e52eb3 100644 --- a/cogl/cogl/meson.build +++ b/cogl/cogl/meson.build @@ -32,8 +32,6 @@ foreach gl_header : cogl_gl_header_includes cogl_gl_header_includes_string += '#include <@0@>\n'.format(gl_header) endforeach -built_headers = [] - cdata = configuration_data() cdata.set('COGL_GL_HEADER_INCLUDES', cogl_gl_header_includes_string) @@ -43,7 +41,6 @@ cogl_gl_header_h = configure_file( configuration: cdata, install: false, ) -built_headers += [cogl_gl_header_h] if have_egl cogl_egl_includes_string = '#include \n#include \n#include ' @@ -59,7 +56,6 @@ cogl_egl_defines_h = configure_file( configuration: cdata, install: false, ) -built_headers += [cogl_gl_header_h] cogl_deprecated_headers = [ 'deprecated/cogl-shader.h',