Commit ff164399 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: SeekSlider: remove warning

parent afd03903
......@@ -87,6 +87,7 @@ SeekSlider::SeekSlider( Qt::Orientation q, QWidget *_parent )
***/
void SeekSlider::setPosition( float pos, int64_t time, int length )
{
VLC_UNUSED(time);
if( pos == -1.0 )
{
setEnabled( false );
......
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