From 72acdb4eb13f56d847a12d02069ff898dcf37e36 Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Mon, 23 Dec 2024 07:12:29 +0100 Subject: [PATCH] datetime_cache can go now from the struct --- menu/menu_driver.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/menu/menu_driver.h b/menu/menu_driver.h index 00cc684883..07ddd85061 100644 --- a/menu/menu_driver.h +++ b/menu/menu_driver.h @@ -524,9 +524,6 @@ struct menu_state * the entry with a label matching 'pending_selection' will * be selected automatically */ char pending_selection[PATH_MAX_LENGTH]; - /* Storage container for current menu datetime - * representation string */ - char datetime_cache[NAME_MAX_LENGTH]; /* Filled with current content path when a core calls * RETRO_ENVIRONMENT_SHUTDOWN. Value is required in * generic_menu_entry_action(), and must be cached