Commit 054ca8f3 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

wineboot: Remove dead code (Clang).

parent 3d807061
...@@ -133,7 +133,6 @@ static INT_PTR CALLBACK endtask_dlg_proc( HWND hwnd, UINT msg, WPARAM wparam, LP ...@@ -133,7 +133,6 @@ static INT_PTR CALLBACK endtask_dlg_proc( HWND hwnd, UINT msg, WPARAM wparam, LP
{ {
case WM_INITDIALOG: case WM_INITDIALOG:
SetWindowLongPtrW( hwnd, DWLP_USER, lparam ); SetWindowLongPtrW( hwnd, DWLP_USER, lparam );
data = (struct endtask_dlg_data *)lparam;
ShowWindow( hwnd, SW_SHOWNORMAL ); ShowWindow( hwnd, SW_SHOWNORMAL );
return TRUE; return TRUE;
case WM_COMMAND: case WM_COMMAND:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment