mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
ges/timeline: remove unused function get_toplevel_container
Fixes -Werror build with clang: ../subprojects/gst-editing-services/ges/ges-timeline.c:695:1: warning: unused function 'get_toplevel_container' [-Wunused-function] get_toplevel_container (gpointer element) ^
This commit is contained in:
parent
cec6fef8b3
commit
2e8528bb40
1 changed files with 0 additions and 12 deletions
|
@ -691,18 +691,6 @@ ges_timeline_init (GESTimeline * self)
|
|||
|
||||
/* Private methods */
|
||||
|
||||
static inline GESContainer *
|
||||
get_toplevel_container (gpointer element)
|
||||
{
|
||||
GESTimelineElement *ret =
|
||||
ges_timeline_element_get_toplevel_parent ((GESTimelineElement
|
||||
*) (element));
|
||||
|
||||
/* We own a ref to the elements ourself */
|
||||
gst_object_unref (ret);
|
||||
return (GESContainer *) ret;
|
||||
}
|
||||
|
||||
/* Sorting utils*/
|
||||
static gint
|
||||
sort_layers (gpointer a, gpointer b)
|
||||
|
|
Loading…
Reference in a new issue