mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
ges: Remove unused nb_effects field
This commit is contained in:
parent
0c592ad6ac
commit
134e2ffae1
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ struct _GESContainerPrivate
|
||||||
* properties so we don't end up in infinite property update loops
|
* properties so we don't end up in infinite property update loops
|
||||||
*/
|
*/
|
||||||
GHashTable *mappings;
|
GHashTable *mappings;
|
||||||
guint nb_effects;
|
|
||||||
|
|
||||||
/* List of GESTimelineElement being in the "child-added" signal
|
/* List of GESTimelineElement being in the "child-added" signal
|
||||||
* emission stage */
|
* emission stage */
|
||||||
|
|
Loading…
Reference in a new issue