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 -