Commit 25bf450c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove unused variable.

parent 5e36fea9
......@@ -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 */
......
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