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).
This commit is contained in:
Tim-Philipp Müller 2007-11-06 11:41:32 +00:00
parent 9e50fa303e
commit eac0501386
2 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,10 @@
2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
* 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 <wim.taymans@gmail.com>
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),

View file

@ -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;