setupx.dll16: Simplify some dead code (Coverity).

This commit is contained in:
Frédéric Delanoy 2012-02-11 22:20:09 +01:00 committed by Alexandre Julliard
parent 0439500f2c
commit a8fe74b4d1

View file

@ -562,14 +562,6 @@ VCP_UI_FileCopyWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
if (uMsg != WM_CREATE)
return DefWindowProcA (hwnd, uMsg, wParam, lParam);
switch (uMsg)
{
case WM_CREATE:
return 0;
default:
FIXME("%04x: unhandled.\n", uMsg);
}
return 0;
}