wineboot: Remove dead code (Clang)

André Hentschel nerv at dawncrow.de
Tue Dec 22 12:29:27 CST 2015


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 programs/wineboot/shutdown.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/programs/wineboot/shutdown.c b/programs/wineboot/shutdown.c
index 52d37e7..b7752c4 100644
--- a/programs/wineboot/shutdown.c
+++ b/programs/wineboot/shutdown.c
@@ -133,7 +133,6 @@ static INT_PTR CALLBACK endtask_dlg_proc( HWND hwnd, UINT msg, WPARAM wparam, LP
     {
     case WM_INITDIALOG:
         SetWindowLongPtrW( hwnd, DWLP_USER, lparam );
-        data = (struct endtask_dlg_data *)lparam;
         ShowWindow( hwnd, SW_SHOWNORMAL );
         return TRUE;
     case WM_COMMAND:
-- 
1.9.1





More information about the wine-patches mailing list