Remove unused variable commandSaveRegistry.
This commit is contained in:
parent
5376c868c9
commit
d395f6260c
|
@ -103,19 +103,6 @@ static const commandAPI commandAPIs[COMMAND_COUNT] = {
|
|||
doUnregisterDLL
|
||||
};
|
||||
|
||||
/*
|
||||
* This array controls the registry saving needs at the end of the process
|
||||
*/
|
||||
static const BOOL commandSaveRegistry[COMMAND_COUNT] = {
|
||||
TRUE,
|
||||
TRUE,
|
||||
TRUE,
|
||||
TRUE,
|
||||
FALSE,
|
||||
TRUE,
|
||||
TRUE
|
||||
};
|
||||
|
||||
/*
|
||||
* Generic prototypes
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue