regedit: Remove array already present in main.h.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a660f673cb
commit
2686166cc1
|
@ -36,8 +36,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(regedit);
|
|||
|
||||
#define REG_VAL_BUF_SIZE 4096
|
||||
|
||||
extern const WCHAR* reg_class_namesW[];
|
||||
|
||||
static HKEY reg_class_keys[] = {
|
||||
HKEY_LOCAL_MACHINE, HKEY_USERS, HKEY_CLASSES_ROOT,
|
||||
HKEY_CURRENT_CONFIG, HKEY_CURRENT_USER, HKEY_DYN_DATA
|
||||
|
|
Loading…
Reference in New Issue