From 3d33c9e922243e6f9f716c5a220d10e34bd694b7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 4 Sep 2018 12:48:46 +0200 Subject: [PATCH] write: Remove osx writer from write_cmd suite. The osx writer seems to be kind of a zombie: osx_write.c came back through a mistake in a merge commit, see commit 7d9e3454 (remove osx_write.c, this time for real) from last year. But we also missed to remove the osx subcommand from the write_cmd lopsub suite. --- m4/lls/write_cmd.suite.m4 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/m4/lls/write_cmd.suite.m4 b/m4/lls/write_cmd.suite.m4 index 9d8ee75a..3a935aea 100644 --- a/m4/lls/write_cmd.suite.m4 +++ b/m4/lls/write_cmd.suite.m4 @@ -62,18 +62,6 @@ caption = writers arg_info = required_arg arg_type = string default_val = /dev/dsp -[subcommand osx] - purpose = output plugin for Mac OS coreaudio - [option numbuffers] - short_opt = n - summary = number of audio buffers to allocate - typestr = num - arg_info = required_arg - arg_type = uint32 - default_val = 20 - [help] - Increase if you get buffer underruns. - [/help] [subcommand file] purpose = output plugin that writes to a local file [option filename] -- 2.30.2