mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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:
parent
9e50fa303e
commit
eac0501386
2 changed files with 7 additions and 7 deletions
|
@ -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),
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue