mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
setupx.dll16: Simplify some dead code (Coverity).
This commit is contained in:
parent
0439500f2c
commit
a8fe74b4d1
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue