Hugh McMaster : regedit: Remove unused WCHAR szHexEditClass from main header.

Alexandre Julliard julliard at winehq.org
Tue Apr 19 16:20:14 CDT 2022


Module: wine
Branch: master
Commit: 498e0da0957c573d11c31cdfec04166d9cb12dc5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=498e0da0957c573d11c31cdfec04166d9cb12dc5

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Thu Apr 14 23:01:43 2022 +1000

regedit: Remove unused WCHAR szHexEditClass from main header.

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

---

 programs/regedit/main.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/programs/regedit/main.h b/programs/regedit/main.h
index 29ecb433916..6ad7835e4df 100644
--- a/programs/regedit/main.h
+++ b/programs/regedit/main.h
@@ -96,7 +96,6 @@ extern HFONT     hFont;
 extern enum OPTION_FLAGS Options;
 
 extern const WCHAR szChildClass[];
-extern const WCHAR szHexEditClass[];
 extern WCHAR g_pszDefaultValueName[];
 
 extern DWORD g_columnToSort;




More information about the wine-cvs mailing list