From 02a3d611a8f9ec7438925a65ff624b5ae9adf8ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 7 Feb 2006 16:23:33 +0000 Subject: [PATCH] ext/gconf/gconf.h: Remove declaration of function that no longer exists. Original commit message from CVS: * ext/gconf/gconf.h: Remove declaration of function that no longer exists. --- ChangeLog | 5 +++++ ext/gconf/gconf.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0e16d93..8656c74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-07 Tim-Philipp Müller + + * ext/gconf/gconf.h: + Remove declaration of function that no longer exists. + 2006-02-07 Zaheer Abbas Merali * ext/shout2/gstshout2.c: (gst_shout2send_render), diff --git a/ext/gconf/gconf.h b/ext/gconf/gconf.h index ac193fb..b1892da 100644 --- a/ext/gconf/gconf.h +++ b/ext/gconf/gconf.h @@ -39,7 +39,6 @@ void gst_gconf_set_string (const gchar *key, const gchar *value); GstElement * gst_gconf_render_bin_from_key (const gchar *key); -GstElement * gst_gconf_render_bin_from_description (const gchar *description); GstElement * gst_gconf_get_default_video_sink (void); GstElement * gst_gconf_get_default_audio_sink (void); -- 2.7.4