From f6e8786be88a3a18b5da2985170887ecedb2b634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 9 Jul 2012 13:15:46 +0100 Subject: [PATCH] toc: remove padding now that the structs are private --- gst/gsttoc.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gst/gsttoc.c b/gst/gsttoc.c index 1bb26c0218..be663eefd0 100644 --- a/gst/gsttoc.c +++ b/gst/gsttoc.c @@ -81,9 +81,6 @@ struct _GstTocEntry GstClockTime start, stop; GList *subentries; GstTagList *tags; - - /*< private > */ - gpointer _gst_reserved[GST_PADDING]; }; struct _GstToc @@ -92,9 +89,6 @@ struct _GstToc GList *entries; GstTagList *tags; - - /*< private > */ - gpointer _gst_reserved[GST_PADDING]; }; #undef gst_toc_copy