regedit: Remove an unused #define.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hugh McMaster 2017-06-16 13:06:01 +00:00 committed by Alexandre Julliard
parent 2159e65d70
commit 300df08e70
1 changed files with 0 additions and 2 deletions

View File

@ -277,8 +277,6 @@ static BYTE *convert_hex_csv_to_hex(WCHAR *str, DWORD *size)
return data;
}
#define REG_UNKNOWN_TYPE 99
/******************************************************************************
* Parses the data type of the registry value being imported and modifies
* the input parameter to skip the string representation of the data type.