mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[MSPAINT] Delete unused HWND hToolBtn[16] global variable
CORE-18867
This commit is contained in:
@@ -47,8 +47,6 @@ extern HCURSOR hCurZoom;
|
||||
extern HCURSOR hCurPen;
|
||||
extern HCURSOR hCurAirbrush;
|
||||
|
||||
extern HWND hToolBtn[16];
|
||||
|
||||
extern HINSTANCE hProgInstance;
|
||||
|
||||
extern TCHAR filepathname[1000];
|
||||
|
||||
@@ -45,8 +45,6 @@ HCURSOR hCurZoom;
|
||||
HCURSOR hCurPen;
|
||||
HCURSOR hCurAirbrush;
|
||||
|
||||
HWND hToolBtn[16];
|
||||
|
||||
HINSTANCE hProgInstance;
|
||||
|
||||
TCHAR filepathname[1000];
|
||||
|
||||
Reference in New Issue
Block a user