Commit 9ff8ab10 authored by Laurent Aimar's avatar Laurent Aimar

Cosmetics.

parent 21edd87a
......@@ -1578,7 +1578,6 @@ static bool Control( input_thread_t *p_input,
break;
case INPUT_CONTROL_SET_POSITION:
case INPUT_CONTROL_SET_POSITION_OFFSET:
{
double f_pos;
......@@ -1614,7 +1613,6 @@ static bool Control( input_thread_t *p_input,
}
case INPUT_CONTROL_SET_TIME:
case INPUT_CONTROL_SET_TIME_OFFSET:
{
int64_t i_time;
int i_ret;
......
......@@ -183,10 +183,8 @@ enum input_control_e
INPUT_CONTROL_SET_RATE_FASTER,
INPUT_CONTROL_SET_POSITION,
INPUT_CONTROL_SET_POSITION_OFFSET,
INPUT_CONTROL_SET_TIME,
INPUT_CONTROL_SET_TIME_OFFSET,
INPUT_CONTROL_SET_PROGRAM,
......
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