mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-30 00:40:38 +00:00
Remove dead code
This commit is contained in:
parent
4c1292d8ab
commit
7ff98227c6
1 changed files with 0 additions and 3 deletions
|
@ -735,7 +735,6 @@ int main(int argc, char **argv)
|
|||
print_configure();
|
||||
result = 0;
|
||||
goto cleanup;
|
||||
break;
|
||||
|
||||
case 'v':
|
||||
fluid_settings_setint(settings, "synth.verbose", TRUE);
|
||||
|
@ -754,7 +753,6 @@ int main(int argc, char **argv)
|
|||
printf("Unknown option %c\n", optopt);
|
||||
print_usage();
|
||||
goto cleanup;
|
||||
break;
|
||||
|
||||
default:
|
||||
printf("?? getopt returned character code 0%o ??\n", c);
|
||||
|
@ -765,7 +763,6 @@ int main(int argc, char **argv)
|
|||
printf("Unknown switch '%c'\n", c);
|
||||
print_usage();
|
||||
goto cleanup;
|
||||
break;
|
||||
#endif
|
||||
} /* end of switch statement */
|
||||
} /* end of loop */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue