gst/gstvalue.c: Remove unused and uninitialised type variables that were still export...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 6 Nov 2007 11:41:32 +0000 (11:41 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 6 Nov 2007 11:41:32 +0000 (11:41 +0000)
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
gst/gstvalue.c

index 2efca1e..6fcf376 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
index 130df30..3416e80 100644 (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;