mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 23:18:47 +00:00
Remove duplicate g_slist_delete_link func
Original commit message from CVS: Remove duplicate g_slist_delete_link func
This commit is contained in:
parent
803cf898ed
commit
aa66e0f801
1 changed files with 0 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue