浏览代码

docs: Remove obs_sceneitem_group_from_scene/source

These function were removed in 35704c4 (and never got into a release).
gxalpha 2 年之前
父节点
当前提交
9da4a37cbc
共有 1 个文件被更改,包括 0 次插入14 次删除
  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.