From c2de786117d0180df6556b23195b95ffd8d1b0b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 8 Feb 2014 18:45:10 +0100 Subject: [PATCH] dvdspu: Remove unused variable --- gst/dvdspu/gstdvdspu.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gst/dvdspu/gstdvdspu.c b/gst/dvdspu/gstdvdspu.c index e0edbec..9f12887 100644 --- a/gst/dvdspu/gstdvdspu.c +++ b/gst/dvdspu/gstdvdspu.c @@ -79,13 +79,6 @@ static GstStaticPadTemplate subpic_sink_factory = GST_STATIC_CAPS ("subpicture/x-dvd; subpicture/x-pgs") ); -static const guint32 default_clut[16] = { - 0xb48080, 0x248080, 0x628080, 0xd78080, - 0x808080, 0x808080, 0x808080, 0x808080, - 0x808080, 0x808080, 0x808080, 0x808080, - 0x808080, 0x808080, 0x808080, 0x808080 -}; - #define gst_dvd_spu_parent_class parent_class G_DEFINE_TYPE (GstDVDSpu, gst_dvd_spu, GST_TYPE_ELEMENT); -- 2.7.4