Commit 7caeab6b authored by Erwan Tulou's avatar Erwan Tulou

skins(Win32): remove dead code

parent 97a9afa9
......@@ -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;
}
......
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