Commit d395f626 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Remove unused variable commandSaveRegistry.

parent 5376c868
......@@ -104,19 +104,6 @@ static const commandAPI commandAPIs[COMMAND_COUNT] = {
};
/*
* 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
*/
static DWORD getDataType(LPSTR *lpValue, DWORD* parse_type);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment