]> git.sesse.net Git - vlc/commitdiff
skins(Win32): remove dead code
authorErwan Tulou <erwan10@videolan.org>
Fri, 29 Jan 2010 21:34:26 +0000 (22:34 +0100)
committerErwan Tulou <erwan10@videolan.org>
Mon, 1 Feb 2010 14:33:13 +0000 (15:33 +0100)
modules/gui/skins2/win32/win32_factory.cpp

index 8edae0588d231015ff5315f362abc1bccbb3a8fc..e8bf387f0292ab655f90e5716a1bf729bdb77b8e 100644 (file)
@@ -68,7 +68,6 @@ LRESULT CALLBACK Win32Proc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam )
             // If closing parent window
             if( wParam == SC_CLOSE )
             {
-                Win32Loop *pLoop = (Win32Loop*)Win32Loop::instance( p_intf );
                 libvlc_Quit( p_intf->p_libvlc );
                 return 0;
             }