Hugh McMaster : regedit: Remove an unused #define.

Alexandre Julliard julliard at winehq.org
Fri Jun 16 18:15:09 CDT 2017


Module: wine
Branch: master
Commit: 300df08e703be914384b95b6adfcfba5ad2a466d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=300df08e703be914384b95b6adfcfba5ad2a466d

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Fri Jun 16 13:06:01 2017 +0000

regedit: Remove an unused #define.

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/regedit/regproc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/programs/regedit/regproc.c b/programs/regedit/regproc.c
index 50564c8..e977c1a 100644
--- a/programs/regedit/regproc.c
+++ b/programs/regedit/regproc.c
@@ -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.




More information about the wine-cvs mailing list