mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove -C,-E and -U command line options
This commit is contained in:
parent
b058356d1e
commit
0d1d6d6975
4 changed files with 0 additions and 35 deletions
|
|
@ -393,10 +393,6 @@ int main (int argc, char *argv[])
|
|||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
if (curvetest_file) {
|
||||
return curvetest (curvetest_file);
|
||||
}
|
||||
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
if (::signal (SIGPIPE, sigpipe_handler)) {
|
||||
cerr << _("Cannot xinstall SIGPIPE error handler") << endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue