Commit 1993d291 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Comment out dead code

parent 8ae6a10b
......@@ -1127,6 +1127,7 @@ static int vaControlParentWindow( vout_thread_t *p_vout, int i_query,
}
}
#if 0
static int ControlParentWindow( vout_thread_t *p_vout, int i_query, ... )
{
va_list args;
......@@ -1137,6 +1138,7 @@ static int ControlParentWindow( vout_thread_t *p_vout, int i_query, ... )
va_end( args );
return ret;
}
#endif
void Win32ToggleFullscreen( vout_thread_t *p_vout )
{
......
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