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

Price of the most useless piece of code of the day

(actually it might be my code)
parent 0500053e
......@@ -584,10 +584,6 @@ static int announce_SendSAPAnnounce( sap_handler_t *p_sap,
p_session->i_next = p_session->i_last
+ p_session->p_address->i_interval*1000000;
}
else
{
return VLC_SUCCESS;
}
return VLC_SUCCESS;
}
......
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