mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[DESK.CPL]
- remove unused variable svn path=/trunk/; revision=61463
This commit is contained in:
parent
d58a6b4456
commit
d74ae58924
1 changed files with 1 additions and 2 deletions
|
@ -97,7 +97,7 @@ static INT_PTR
|
|||
AppearancePage_OnInit(HWND hwndDlg)
|
||||
{
|
||||
INT iListIndex;
|
||||
HWND hwndColor, hwndTheme;
|
||||
HWND hwndTheme;
|
||||
GLOBALS *g;
|
||||
RECT rcPreview;
|
||||
HDC hdcScreen;
|
||||
|
@ -142,7 +142,6 @@ AppearancePage_OnInit(HWND hwndDlg)
|
|||
SelectObject(g->hdcThemePreview, g->hbmpThemePreview);
|
||||
ReleaseDC(NULL, hdcScreen);
|
||||
|
||||
hwndColor = GetDlgItem(hwndDlg, IDC_APPEARANCE_COLORSCHEME);
|
||||
hwndTheme = GetDlgItem(hwndDlg, IDC_APPEARANCE_VISUAL_STYLE);
|
||||
|
||||
for (pTheme = g->pThemes; pTheme; pTheme = pTheme->NextTheme)
|
||||
|
|
Loading…
Reference in a new issue