[vlc-devel] commit: skins(Win32): remove dead code (Erwan Tulou )
git version control
git at videolan.org
Mon Feb 1 15:33:50 CET 2010
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Fri Jan 29 22:34:26 2010 +0100| [7caeab6b279dc011a1dc7678b2f0cf1f2bbc710f] | committer: Erwan Tulou
skins(Win32): remove dead code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7caeab6b279dc011a1dc7678b2f0cf1f2bbc710f
---
modules/gui/skins2/win32/win32_factory.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/skins2/win32/win32_factory.cpp b/modules/gui/skins2/win32/win32_factory.cpp
index 8edae05..e8bf387 100644
--- a/modules/gui/skins2/win32/win32_factory.cpp
+++ b/modules/gui/skins2/win32/win32_factory.cpp
@@ -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;
}
More information about the vlc-devel
mailing list