From d395f6260cfb679c183abbcade1ff5cbab78a055 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 15 Oct 2003 20:50:56 +0000 Subject: [PATCH] Remove unused variable commandSaveRegistry. --- programs/regapi/regapi.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/programs/regapi/regapi.c b/programs/regapi/regapi.c index f57a3b07a6..4da8ac3c74 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 */