From 6514fbd3fd8e72950d0867f2ab1ce14dc44b0371 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 May 2023 12:43:54 -0400 Subject: Remove dead meson code --- doc/c/xml/meson.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/c/xml') diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build index 9e0c628..1c1cddd 100644 --- a/doc/c/xml/meson.build +++ b/doc/c/xml/meson.build @@ -1,11 +1,6 @@ # Copyright 2021 David Robillard # SPDX-License-Identifier: 0BSD OR ISC -c_doxygen_input = [] -foreach h : c_headers - c_doxygen_input += ['..' / h] -endforeach - config = configuration_data() config.set('PUGL_SRCDIR', pugl_src_root) config.set('DOX_OUTPUT', meson.current_build_dir() / '..') -- cgit v1.2.1