aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/main.c b/c/main.c
index 1ef714c..1a4e287 100644
--- a/c/main.c
+++ b/c/main.c
@@ -185,8 +185,6 @@ INT_PTR CALLBACK
AboutDlgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
switch (uMsg) {
- case WM_INITDIALOG:
- return TRUE;
case WM_CLOSE:
EndDialog(hWnd, IDOK);
break;