mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MSPAINT] Delete unused HWND hToolBtn[16] global variable
CORE-18867
This commit is contained in:
parent
9ff9295a22
commit
b49b47fc84
2 changed files with 0 additions and 4 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue