From 10d245f06c194c2d3b0f560d1609fcba804dce6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 26 Mar 2021 19:47:06 +0100 Subject: [PATCH] gs: remove clang formatting remove clang formatting during the build. Part-of: --- ext/gs/meson.build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ext/gs/meson.build b/ext/gs/meson.build index 50e7ff89ad..69fa133db7 100644 --- a/ext/gs/meson.build +++ b/ext/gs/meson.build @@ -20,9 +20,3 @@ if gs_dep.found() pkgconfig.generate(gstgs, install_dir : plugins_pkgconfig_install_dir) plugins += [gstgs] endif - -clang_format_p = find_program('clang-format', required: false) -if clang_format_p.found() - run_command(clang_format_p, '--style=file', '-i', 'gstgssink.cpp', 'gstgssrc.cpp') -endif -