mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 09:08:14 +00:00
rtpdtmfmux: remove unused variable
This commit is contained in:
parent
207aac1cec
commit
a6b26cac65
1 changed files with 0 additions and 2 deletions
|
@ -85,11 +85,9 @@ gst_rtp_dtmf_mux_base_init (gpointer g_class)
|
||||||
static void
|
static void
|
||||||
gst_rtp_dtmf_mux_class_init (GstRTPDTMFMuxClass * klass)
|
gst_rtp_dtmf_mux_class_init (GstRTPDTMFMuxClass * klass)
|
||||||
{
|
{
|
||||||
GObjectClass *gobject_class;
|
|
||||||
GstElementClass *gstelement_class;
|
GstElementClass *gstelement_class;
|
||||||
GstRTPMuxClass *gstrtpmux_class;
|
GstRTPMuxClass *gstrtpmux_class;
|
||||||
|
|
||||||
gobject_class = (GObjectClass *) klass;
|
|
||||||
gstelement_class = (GstElementClass *) klass;
|
gstelement_class = (GstElementClass *) klass;
|
||||||
gstrtpmux_class = (GstRTPMuxClass *) klass;
|
gstrtpmux_class = (GstRTPMuxClass *) klass;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue