Browse Source

lavf/ftp: Remove an unneeded forward declaration.

tags/n4.1
Carl Eugen Hoyos 7 years ago
parent
commit
f85fa100db
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/ftp.c

+ 0
- 2
libavformat/ftp.c View File

@@ -489,8 +489,6 @@ static int ftp_list_nlst(FTPContext *s)
return 0;
}

static int ftp_has_feature(FTPContext *s, const char *feature_name);

static int ftp_list(FTPContext *s)
{
int ret;


Loading…
Cancel
Save