VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
diff options
context:
space:
mode:
Diffstat (limited to 'src/Setup')
-rw-r--r--src/Setup/Wizard.c12
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;