Browse Source

docs: Remove obs_sceneitem_group_from_scene/source

These function were removed in 35704c4 (and never got into a release).
gxalpha 2 years ago
parent
commit
9da4a37cbc
1 changed files with 0 additions and 14 deletions
  1. 0 14
      docs/sphinx/reference-scenes.rst

+ 0 - 14
docs/sphinx/reference-scenes.rst

@@ -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.