Commit dae359c8 authored by David Fuhrmann's avatar David Fuhrmann

mux: oog: remove return value from delStream

parent 030ad43f
...@@ -596,8 +596,6 @@ static void DelStream( sout_mux_t *p_mux, sout_input_t *p_input ) ...@@ -596,8 +596,6 @@ static void DelStream( sout_mux_t *p_mux, sout_input_t *p_input )
} }
p_input->p_sys = NULL; p_input->p_sys = NULL;
return 0;
} }
/***************************************************************************** /*****************************************************************************
......
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