From eac05013869b5376f1ee298e84f51f654838d3f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 6 Nov 2007 11:41:32 +0000 Subject: [PATCH] gst/gstvalue.c: Remove unused and uninitialised type variables that were still exported for some reason (they were ne... Original commit message from CVS: * gst/gstvalue.c: Remove unused and uninitialised type variables that were still exported for some reason (they were never in any header files though). --- ChangeLog | 7 +++++++ gst/gstvalue.c | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2efca1e..6fcf376 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-11-06 Tim-Philipp Müller + + * gst/gstvalue.c: + Remove unused and uninitialised type variables that were still + exported for some reason (they were never in any header files + though). + 2007-11-06 Wim Taymans * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times), diff --git a/gst/gstvalue.c b/gst/gstvalue.c index 130df30..3416e80 100644 --- a/gst/gstvalue.c +++ b/gst/gstvalue.c @@ -67,13 +67,6 @@ struct _GstValueSubtractInfo GstValueSubtractFunc func; }; -GType gst_type_double_range; -GType gst_type_fraction_range; -GType gst_type_list; -GType gst_type_array; -GType gst_type_fraction; -GType gst_type_date; - static GArray *gst_value_table; static GArray *gst_value_union_funcs; static GArray *gst_value_intersect_funcs; -- 2.7.4