Remove unused variable
This commit is contained in:
parent
edf09365b0
commit
bf66b43ecd
|
@ -1129,7 +1129,6 @@ static int action_ok_download_generic(const char *path,
|
||||||
{
|
{
|
||||||
#ifdef HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
char s[PATH_MAX_LENGTH];
|
char s[PATH_MAX_LENGTH];
|
||||||
char s2[PATH_MAX_LENGTH];
|
|
||||||
char s3[PATH_MAX_LENGTH];
|
char s3[PATH_MAX_LENGTH];
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
menu_file_transfer_t *transf;
|
menu_file_transfer_t *transf;
|
||||||
|
|
Loading…
Reference in New Issue