sip: media-pipeline: Remove unused variables
This is a remnant from the refactor to unify the pipelines.
This commit is contained in:
@@ -408,8 +408,6 @@ static gboolean
|
|||||||
pipeline_init (CallsSipMediaPipeline *self,
|
pipeline_init (CallsSipMediaPipeline *self,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
g_autoptr (GSocket) rtp_sock = NULL;
|
|
||||||
g_autoptr (GSocket) rtcp_sock = NULL;
|
|
||||||
const char *env_var;
|
const char *env_var;
|
||||||
|
|
||||||
g_assert (CALLS_SIP_MEDIA_PIPELINE (self));
|
g_assert (CALLS_SIP_MEDIA_PIPELINE (self));
|
||||||
|
Reference in New Issue
Block a user