Commit 6017c758 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused variable

parent 88a2f3ed
......@@ -1312,8 +1312,6 @@ static int ManageVideo( vout_thread_t *p_vout )
case Button2:
{
playlist_t *p_playlist;
var_Get( p_vout, "mouse-button-down", &val );
val.i_int &= ~2;
var_Set( p_vout, "mouse-button-down", val );
......
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