Commit c83f01e8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove unused variables

parent 073c5a24
...@@ -1061,10 +1061,7 @@ static int DirectXConvertKey( int i_key ) ...@@ -1061,10 +1061,7 @@ static int DirectXConvertKey( int i_key )
*****************************************************************************/ *****************************************************************************/
static int Control( vout_thread_t *p_vout, int i_query, va_list args ) static int Control( vout_thread_t *p_vout, int i_query, va_list args )
{ {
unsigned int *pi_width, *pi_height;
bool b_bool;
RECT rect_window; RECT rect_window;
POINT point;
switch( i_query ) switch( i_query )
{ {
......
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