diff options
Diffstat (limited to 'rhdropbox.c')
-rw-r--r-- | rhdropbox.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rhdropbox.c b/rhdropbox.c index b12ee16..a9d5ad8 100644 --- a/rhdropbox.c +++ b/rhdropbox.c @@ -253,15 +253,6 @@ int main(int argc, char* argv[]) if(ret == -2) { fprintf(stderr, "memory error on options_parse, exiting\n"); } - if(ret == -3) { - fprintf(stderr, "syntax error: mode name must be either master or standby\n"); - } - if(ret == -4) { - fprintf(stderr, "syntax error: channel name must be either main or music\n"); - } - if(ret == -5) { - fprintf(stderr, "syntax error: invalid baudrate\n"); - } if(ret != -2) options_print_usage(); |