mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +00:00
sip: media-pipeline: Remove unused variables
This is a remnant from the refactor to unify the pipelines.
This commit is contained in:
parent
85b0ae6586
commit
db503e84cf
1 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue