user: Remove unreachable code in DEFDLG_Proc.

This commit is contained in:
Alexandre Julliard 2006-05-17 19:30:59 +02:00
parent 0667292eb5
commit cb3f3afca4
1 changed files with 0 additions and 3 deletions

View File

@ -313,9 +313,6 @@ static LRESULT DEFDLG_Proc( HWND hwnd, UINT msg, WPARAM wParam,
PostMessageA( hwnd, WM_COMMAND, MAKEWPARAM(IDCANCEL, BN_CLICKED),
(LPARAM)GetDlgItem( hwnd, IDCANCEL ) );
return 0;
case WM_NOTIFYFORMAT:
return DefWindowProcA( hwnd, msg, wParam, lParam );
}
return 0;
}