Remove unused variable commandSaveRegistry.

This commit is contained in:
Gerald Pfeifer 2003-10-15 20:50:56 +00:00 committed by Alexandre Julliard
parent 5376c868c9
commit d395f6260c
1 changed files with 0 additions and 13 deletions

View File

@ -103,19 +103,6 @@ static const commandAPI commandAPIs[COMMAND_COUNT] = {
doUnregisterDLL 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 * Generic prototypes
*/ */