mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:41:37 +00:00
[BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM][SETUPAPI] Remove/comment out some unused variables. CORE-11799 (#94)
This commit is contained in:
parent
0625e4d4f5
commit
5cb0615147
12 changed files with 13 additions and 23 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue