1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

sip: media-pipeline: Remove unused variables

This is a remnant from the refactor to unify the pipelines.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-04-22 18:17:02 +02:00
parent 85b0ae6586
commit db503e84cf

View file

@ -408,8 +408,6 @@ static gboolean
pipeline_init (CallsSipMediaPipeline *self,
GError **error)
{
g_autoptr (GSocket) rtp_sock = NULL;
g_autoptr (GSocket) rtcp_sock = NULL;
const char *env_var;
g_assert (CALLS_SIP_MEDIA_PIPELINE (self));