mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[DESK.CPL]
- remove unused variable svn path=/trunk/; revision=61463
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user