[vlc-devel] commit: Remove unused variable. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jun 15 00:44:58 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 15:45:17 2008 -0700| [25bf450c9bb035a1bd5a255b39175745f9d62c57]
Remove unused variable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=25bf450c9bb035a1bd5a255b39175745f9d62c57
---
modules/video_output/msw/wingdi.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/msw/wingdi.c b/modules/video_output/msw/wingdi.c
index aa4d499..b2a9165 100755
--- a/modules/video_output/msw/wingdi.c
+++ b/modules/video_output/msw/wingdi.c
@@ -837,7 +837,6 @@ static void InitBuffers( vout_thread_t *p_vout )
{
BITMAPINFOHEADER *p_header = &p_vout->p_sys->bitmapinfo.bmiHeader;
BITMAPINFO *p_info = &p_vout->p_sys->bitmapinfo;
- int i_pixels = p_vout->render.i_height * p_vout->render.i_width;
HDC window_dc = GetDC( p_vout->p_sys->hvideownd );
/* Get screen properties */
More information about the vlc-devel
mailing list