From 2ef4639fe081b36952f8fc5233444b33bc42bd0a Mon Sep 17 00:00:00 2001 From: Timo Wischer Date: Fri, 23 Apr 2021 13:56:43 +0200 Subject: [PATCH] avtp: crf: Remove superfluous sink_event variable This variable was introduced by commit 12ad2a4bcd6c ("avtp: Introduce the CRF Sync Element") but it was never used: $ git log -G "sink_event" -- ext/avtp Signed-off-by: Timo Wischer Part-of: --- ext/avtp/gstavtpcrfbase.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/avtp/gstavtpcrfbase.h b/ext/avtp/gstavtpcrfbase.h index da5197509f..87e8c64c0a 100644 --- a/ext/avtp/gstavtpcrfbase.h +++ b/ext/avtp/gstavtpcrfbase.h @@ -75,8 +75,6 @@ struct _GstAvtpCrfBaseClass { GstBaseTransformClass parent_class; - GstPadEventFunction sink_event; - gpointer _gst_reserved[GST_PADDING]; };