mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-31 01:00:53 +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();
|
print_configure();
|
||||||
result = 0;
|
result = 0;
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
break;
|
|
||||||
|
|
||||||
case 'v':
|
case 'v':
|
||||||
fluid_settings_setint(settings, "synth.verbose", TRUE);
|
fluid_settings_setint(settings, "synth.verbose", TRUE);
|
||||||
|
@ -754,7 +753,6 @@ int main(int argc, char **argv)
|
||||||
printf("Unknown option %c\n", optopt);
|
printf("Unknown option %c\n", optopt);
|
||||||
print_usage();
|
print_usage();
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
printf("?? getopt returned character code 0%o ??\n", c);
|
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);
|
printf("Unknown switch '%c'\n", c);
|
||||||
print_usage();
|
print_usage();
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
break;
|
|
||||||
#endif
|
#endif
|
||||||
} /* end of switch statement */
|
} /* end of switch statement */
|
||||||
} /* end of loop */
|
} /* end of loop */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue