diff --git a/src/boxes.c b/src/boxes.c index 0c0506fec..d21e9573d 100644 --- a/src/boxes.c +++ b/src/boxes.c @@ -80,9 +80,6 @@ static int user_hotkey = 'u'; static int display_callback (struct Dlg_head *h, int id, int Msg) { #ifndef HAVE_X - char *text; - WInput *input; - switch (Msg){ case DLG_DRAW: attrset (COLOR_NORMAL); @@ -617,7 +614,6 @@ extern int ftpfs_always_use_proxy; #if defined(USE_NETCODE) extern char *ftpfs_anonymous_passwd; extern char *ftpfs_proxy_host; -extern ftpfs_directory_timeout; extern int use_netrc; #endif diff --git a/src/file.c b/src/file.c index 5cba1fa74..0a6c86b52 100644 --- a/src/file.c +++ b/src/file.c @@ -2639,7 +2639,6 @@ files_error (char *format, char *file1, char *file2) return do_file_error (cmd_buf); } -static char *format = N_("Target file \"%s\" already exists!"); static int replace_callback (struct Dlg_head *h, int Id, int Msg) {