0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

docs: Remove obs_sceneitem_group_from_scene/source

These function were removed in 35704c4 (and never got into a release).
This commit is contained in:
gxalpha 2023-04-22 13:33:32 +02:00 committed by Jim
parent 0d6588fa8c
commit 9da4a37cbc

View File

@ -735,20 +735,6 @@ Scene Item Group Functions
---------------------
.. function:: obs_sceneitem_t *obs_sceneitem_group_from_scene(obs_scene_t *scene)
:return: The group associated with the scene, or *NULL* if the
specified scene is not a group.
---------------------
.. function:: obs_sceneitem_t *obs_sceneitem_group_from_source(obs_source_t *source)
:return: The group associated with the scene's source, or *NULL* if
the specified source is not a group.
---------------------
.. function:: void obs_sceneitem_group_enum_items(obs_sceneitem_t *group, bool (*callback)(obs_scene_t*, obs_sceneitem_t*, void*), void *param)
Enumerates scene items within a group.