From 96cbafb1d2902cfbf8a7776f258e97b4394d00fe Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 14 Oct 2024 16:32:02 -0600 Subject: expo: Drop scene_title_set() This function is really just an assignment, so serves no useful purpose. Drop it. Signed-off-by: Simon Glass --- include/expo.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/expo.h b/include/expo.h index acff98ea65b..8cb37260db5 100644 --- a/include/expo.h +++ b/include/expo.h @@ -540,15 +540,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 * -- cgit v1.2.3