diff --git a/programs/regapi/regapi.c b/programs/regapi/regapi.c index f57a3b07a61..4da8ac3c749 100644 --- a/programs/regapi/regapi.c +++ b/programs/regapi/regapi.c @@ -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 */