summaryrefslogtreecommitdiff
path: root/gst/gst.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-10-15 16:33:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-10-15 16:33:09 +0000
commit2ca1c89aaca0667bf2d2abf1b0dd7ff5422df8f1 (patch)
treebe7f9cc41817393738fe8a2d87ad91e415cd006e /gst/gst.h
parent3537119465098fec98eb0669fe66ee2df359ad4c (diff)
downloadgstreamer-2ca1c89aaca0667bf2d2abf1b0dd7ff5422df8f1.tar.gz
gst/gst.*: remove _gst_registry_auto_load, not used anymore
Original commit message from CVS: * gst/gst.c: * gst/gst.h: remove _gst_registry_auto_load, not used anymore * gst/gstbin.c: (gst_bin_get_type): * gst/gstbin.h: * gst/gstelement.c: (gst_element_get_type): * gst/gstelement.h: * gst/gstobject.c: (gst_object_get_type): * gst/gstobject.h: * gst/gstpad.c: (gst_pad_get_type): * gst/gstpad.h: make _get_type functions similar, fixes data export from library
Diffstat (limited to 'gst/gst.h')
-rw-r--r--gst/gst.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/gst.h b/gst/gst.h
index bff062a456..5173b43a57 100644
--- a/gst/gst.h
+++ b/gst/gst.h
@@ -72,10 +72,6 @@
G_BEGIN_DECLS
-#ifndef GST_DISABLE_REGISTRY
-GST_EXPORT gboolean _gst_registry_auto_load;
-#endif
-
void gst_init (int *argc, char **argv[]);
gboolean gst_init_check (int *argc, char **argv[],
GError ** err);