diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Setup/Wizard.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Setup/Wizard.c b/src/Setup/Wizard.c index c6cb5468..02b8e8e1 100644 --- a/src/Setup/Wizard.c +++ b/src/Setup/Wizard.c @@ -741,18 +741,6 @@ BOOL CALLBACK PageDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa }
return 0;
-
- case WM_CTLCOLORSTATIC:
-
- /* This maintains the background under the transparent-backround texts */
-
- SetBkMode ((HDC) wParam, TRANSPARENT);
- return ((LONG) (HBRUSH) (GetStockObject (NULL_BRUSH)));
-
-
- case WM_ERASEBKGND:
-
- return 0;
}
return 0;
|