avtp: crf: Remove superfluous sink_event variable

This variable was introduced by commit 12ad2a4bcd ("avtp: Introduce
the CRF Sync Element") but it was never used:
$ git log -G "sink_event" -- ext/avtp

Signed-off-by: Timo Wischer <timo.wischer@de.bosch.com>
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2201>
This commit is contained in:
Timo Wischer 2021-04-23 13:56:43 +02:00 committed by GStreamer Marge Bot
parent 449f0ee52a
commit 2ef4639fe0

View file

@ -75,8 +75,6 @@ struct _GstAvtpCrfBaseClass
{
GstBaseTransformClass parent_class;
GstPadEventFunction sink_event;
gpointer _gst_reserved[GST_PADDING];
};