Removed unused local variable.

This commit is contained in:
Roland Illig 2005-07-05 20:31:18 +00:00
parent d5ec027964
commit a041ed48a9
1 changed files with 0 additions and 2 deletions

View File

@ -1311,8 +1311,6 @@ view_load (WView *view, const char *_command, const char *_file,
if (_command && (view->magic_mode || _file[0] == '\0')) {
retval = view_load_command_output (view, _command);
} else if (_file[0]) {
int cntlflags;
/* Open the file */
if ((fd = mc_open (_file, O_RDONLY | O_NONBLOCK)) == -1) {
g_snprintf (tmp, sizeof (tmp), _(" Cannot open \"%s\"\n %s "),