mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtpqcelpdepay: Remove uneeded variable
This commit is contained in:
parent
47c65fc269
commit
ac40045d0d
1 changed files with 0 additions and 3 deletions
|
@ -113,9 +113,6 @@ gst_rtp_qcelp_depay_class_init (GstRtpQCELPDepayClass * klass)
|
|||
static void
|
||||
gst_rtp_qcelp_depay_init (GstRtpQCELPDepay * rtpqcelpdepay)
|
||||
{
|
||||
GstRTPBaseDepayload G_GNUC_UNUSED *depayload;
|
||||
|
||||
depayload = GST_RTP_BASE_DEPAYLOAD (rtpqcelpdepay);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue