summaryrefslogtreecommitdiff
path: root/include/expo.h
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-10-14 16:32:02 -0600
committerSimon Glass <[email protected]>2024-10-18 14:10:22 -0600
commit96cbafb1d2902cfbf8a7776f258e97b4394d00fe (patch)
tree86b8382032e3bde7a96b27ec1d6f4052e89c0541 /include/expo.h
parentfde707501f614ad57dbbbc6269f1b99b86875c39 (diff)
expo: Drop scene_title_set()
This function is really just an assignment, so serves no useful purpose. Drop it. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/expo.h')
-rw-r--r--include/expo.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/expo.h b/include/expo.h
index acff98ea65b..8cb37260db5 100644
--- a/include/expo.h
+++ b/include/expo.h
@@ -541,15 +541,6 @@ void scene_set_highlight_id(struct scene *scn, uint id);
int scene_set_open(struct scene *scn, uint id, bool open);
/**
- * scene_title_set() - set the scene title
- *
- * @scn: Scene to update
- * @title_id: Title ID to set
- * Returns: 0 if OK
- */
-int scene_title_set(struct scene *scn, uint title_id);
-
-/**
* scene_obj_count() - Count the number of objects in a scene
*
* @scn: Scene to check