diff --git a/gst/gobject2gtk.c b/gst/gobject2gtk.c index f1a739975c..7d3f9be8eb 100644 --- a/gst/gobject2gtk.c +++ b/gst/gobject2gtk.c @@ -341,14 +341,3 @@ gint* g_signal_list_ids (GType type, guint *n_ids) return class->signals; } - -GSList* -g_slist_delete_link (GSList *list, GSList *link) -{ - list = g_slist_remove_link (list, link); - g_slist_free_1 (link); - - return list; -} - -