Cflash image file is handled by common code, remove unused variables.

This commit is contained in:
riccardom 2010-02-01 15:03:58 +00:00
parent 541348deda
commit ed9c5eb8f5
1 changed files with 0 additions and 3 deletions

View File

@ -421,7 +421,6 @@ public:
int firmware_language;
const char *cflash_disk_image_file;
#ifdef HAVE_TIMEOUT
int timeout;
#endif
@ -438,8 +437,6 @@ init_configured_features( struct configured_features *config)
config->savetype = 0;
config->cflash_disk_image_file = NULL;
#ifdef HAVE_TIMEOUT
config->timeout = 0;
#endif