From 6f1eed7f02964b961b624c57a55cdcb549cadae9 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 10 May 2016 15:07:40 +0200 Subject: [PATCH] qtdemux: Remove unused structure Let's just remove it, been commented for 7+ years :) --- gst/isomp4/qtdemux.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index d7337a5126..034eb24d23 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -97,19 +97,11 @@ GST_DEBUG_CATEGORY (qtdemux_debug); -/*typedef struct _QtNode QtNode; */ typedef struct _QtDemuxSegment QtDemuxSegment; typedef struct _QtDemuxSample QtDemuxSample; typedef struct _QtDemuxCencSampleSetInfo QtDemuxCencSampleSetInfo; -/*struct _QtNode -{ - guint32 type; - guint8 *data; - gint len; -};*/ - struct _QtDemuxSample { guint32 size;