Remove dead code about the deprecated -F option
The -F option was already removed.
This commit is contained in:
parent
5512777404
commit
426dfbf21d
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue