From: Tim-Philipp Müller Date: Tue, 6 Nov 2007 11:41:32 +0000 (+0000) Subject: gst/gstvalue.c: Remove unused and uninitialised type variables that were still export... X-Git-Tag: RELEASE-0_10_15~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eac05013869b5376f1ee298e84f51f654838d3f3;p=platform%2Fupstream%2Fgstreamer.git 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). --- 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;