summaryrefslogtreecommitdiff
path: root/gst/dvdspu
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-08 18:45:10 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-08 18:45:10 +0100
commitc2de786117d0180df6556b23195b95ffd8d1b0b4 (patch)
treefd920cc5edb6155eb3b01733a8f62641ce1bb29a /gst/dvdspu
parent603714a4056fa4d63b3615eece4380b9bb2e90d0 (diff)
dvdspu: Remove unused variable
Diffstat (limited to 'gst/dvdspu')
-rw-r--r--gst/dvdspu/gstdvdspu.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gst/dvdspu/gstdvdspu.c b/gst/dvdspu/gstdvdspu.c
index e0edbec142..9f12887904 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);