[BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM][SETUPAPI] Remove/comment out some unused variables. CORE-11799 (#94)

This commit is contained in:
Amine Khaldi 2017-10-28 15:04:18 +01:00
parent 0625e4d4f5
commit 5cb0615147
12 changed files with 13 additions and 23 deletions

View file

@ -1309,7 +1309,6 @@ class CTrayNotifyWnd :
SIZE szTrayClockMin;
SIZE szTrayNotify;
MARGINS ContentMargin;
HFONT hFontClock;
union
{
DWORD dwFlags;
@ -1326,7 +1325,6 @@ public:
m_pager(NULL),
m_clock(NULL),
TrayTheme(NULL),
hFontClock(NULL),
dwFlags(0)
{
ZeroMemory(&szTrayClockMin, sizeof(szTrayClockMin));