From 27ffb65d8f58ed794fa7e6f8428be253b5c33257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Sat, 28 Aug 2021 10:29:12 +0200 Subject: [PATCH] api: Remove unused declaration --- lib/gst/clapper/gstclapper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gst/clapper/gstclapper.c b/lib/gst/clapper/gstclapper.c index 36bfdb9a..b5edf4e7 100644 --- a/lib/gst/clapper/gstclapper.c +++ b/lib/gst/clapper/gstclapper.c @@ -3286,7 +3286,6 @@ gst_clapper_has_plugin_with_features (const gchar * name) static void gst_clapper_prepare_gstreamer (void) { - GstRegistry *registry = gst_registry_get (); const guint rank = GST_RANK_PRIMARY + 24; GST_DEBUG ("Preparing GStreamer plugins");