]> git.sesse.net Git - vlc/commitdiff
Remove unused variable.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:45:17 +0000 (15:45 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:45:17 +0000 (15:45 -0700)
modules/video_output/msw/wingdi.c

index aa4d499fae93db2cff490f545dc15e5f2b2dc1fa..b2a91655d9c05f0b650d10322cb4482f96fe61db 100755 (executable)
@@ -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 */