[PATCH 1/4] regedit: Remove an unused #define

Hugh McMaster hugh.mcmaster at outlook.com
Thu Jul 20 06:33:08 CDT 2017


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 programs/regedit/regproc.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/programs/regedit/regproc.c b/programs/regedit/regproc.c
index 57be5da1e8..3f036f654b 100644
--- a/programs/regedit/regproc.c
+++ b/programs/regedit/regproc.c
@@ -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[] = {
-- 
2.13.2




More information about the wine-patches mailing list