Remove dead code about the deprecated -F option

The -F option was already removed.
pull/3774/head
Romain Vimont 1 year ago
parent 5512777404
commit 426dfbf21d

@ -1564,9 +1564,6 @@ parse_args_with_getopt(struct scrcpy_cli_args *args, int argc, char *argv[],
case 'f':
opts->fullscreen = true;
break;
case 'F':
LOGW("Deprecated option -F. Use --record-format instead.");
// fall through
case OPT_RECORD_FORMAT:
if (!parse_record_format(optarg, &opts->record_format)) {
return false;

Loading…
Cancel
Save