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-07-20 11:33:08 +00:00 committed by Alexandre Julliard
parent 43f5cd4e28
commit cc1d2525c4

View file

@ -37,11 +37,6 @@
#define REG_VAL_BUF_SIZE 4096
/* maximal number of characters in hexadecimal data line,
* including the indentation, but not including the '\' character
*/
#define REG_FILE_HEX_LINE_LEN (2 + 25 * 3)
extern const WCHAR* reg_class_namesW[];
static HKEY reg_class_keys[] = {