]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
write: Remove osx writer from write_cmd suite.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 4 Sep 2018 10:48:46 +0000 (12:48 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 5 Sep 2018 15:36:28 +0000 (17:36 +0200)
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

index 9d8ee75a5d85aad978f09ba5c6ac71c3bd8520d3..3a935aea67348738d730ccb37e49e154714f5181 100644 (file)
@@ -62,18 +62,6 @@ caption = writers
                arg_info = required_arg
                arg_type = string
                default_val = /dev/dsp
                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]
 [subcommand file]
        purpose = output plugin that writes to a local file
        [option filename]