mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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
|
||||
gst_rtp_dtmf_mux_class_init (GstRTPDTMFMuxClass * klass)
|
||||
{
|
||||
GObjectClass *gobject_class;
|
||||
GstElementClass *gstelement_class;
|
||||
GstRTPMuxClass *gstrtpmux_class;
|
||||
|
||||
gobject_class = (GObjectClass *) klass;
|
||||
gstelement_class = (GstElementClass *) klass;
|
||||
gstrtpmux_class = (GstRTPMuxClass *) klass;
|
||||
|
||||
|
|
Loading…
Reference in a new issue