From 7dcc3baab70dc3812d3a7bbc5d0a7f5a6eaf6eb7 Mon Sep 17 00:00:00 2001 From: cancel Date: Mon, 27 Jan 2020 07:31:47 +0900 Subject: [PATCH] Cleanup --- tui_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tui_main.c b/tui_main.c index 63eaa09..e8702c3 100644 --- a/tui_main.c +++ b/tui_main.c @@ -3401,14 +3401,12 @@ int main(int argc, char **argv) { "interactively\n", tui_options[longindex].name); exit(1); - break; case Argopt_osc_deprecated: fprintf( stderr, "Options --osc-server and --osc-port have been removed.\n" "Instead, set the OSC server and port from within the ORCA menu.\n"); exit(1); - break; } } if (optind == argc - 1) {