Skip to content

Commit

Permalink
Delete unused gobject_class variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Edjchg committed Dec 1, 2021
1 parent a200d43 commit 33215e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/r2inference/gstrosetta.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ G_DEFINE_TYPE_WITH_CODE (GstRosetta, gst_rosetta,
static void
gst_rosetta_class_init (GstRosettaClass * klass)
{
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
GstVideoInferenceClass *vi_class = GST_VIDEO_INFERENCE_CLASS (klass);
gst_element_class_add_static_pad_template (element_class,
Expand Down

0 comments on commit 33215e2

Please sign in to comment.