[ui] fix quick format not always being disabled for Large FAT32

* Also remove no longer needed 'progress_in_use' variable
This commit is contained in:
Pete Batard 2018-04-17 09:14:31 +02:00
parent 3b8ef8d308
commit 42c158917c
4 changed files with 27 additions and 27 deletions

View file

@ -76,8 +76,6 @@ char* default_msg_table[MSG_MAX-MSG_000] = {"%s", 0};
char* current_msg_table[MSG_MAX-MSG_000] = {"%s", 0};
char** msg_table = NULL;
extern BOOL progress_in_use;
static void mtab_destroy(BOOL reinit)
{
size_t j;