And a last one in this area for now! ChangeLog: Remove unused variable commandSaveRegistry. Index: regapi.c =================================================================== RCS file: /home/wine/wine/programs/regapi/regapi.c,v retrieving revision 1.21 diff -u -3 -p -r1.21 regapi.c --- regapi.c 27 Sep 2003 02:25:21 -0000 1.21 +++ regapi.c 15 Oct 2003 06:43:31 -0000 @@ -104,19 +104,6 @@ static const commandAPI commandAPIs[COMM }; /* - * 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);