From d74ae5892484d58a0535b005d177aada1bdc71e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Mon, 30 Dec 2013 19:30:35 +0000 Subject: [PATCH] [DESK.CPL] - remove unused variable svn path=/trunk/; revision=61463 --- reactos/dll/cpl/desk/appearance.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/dll/cpl/desk/appearance.c b/reactos/dll/cpl/desk/appearance.c index cd48adb3d81..2bd561ad48d 100644 --- a/reactos/dll/cpl/desk/appearance.c +++ b/reactos/dll/cpl/desk/appearance.c @@ -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)