mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 22:18:35 -07:00
refactor menu mutexes
This commit is contained in:
@@ -25,10 +25,6 @@ MenuEvent* menu_event_alloc();
|
||||
|
||||
void menu_event_free(MenuEvent* menu_event);
|
||||
|
||||
void menu_event_lock(MenuEvent* menu_event);
|
||||
|
||||
void menu_event_unlock(MenuEvent* menu_event);
|
||||
|
||||
void menu_event_activity_notify(MenuEvent* menu_event);
|
||||
|
||||
MenuMessage menu_event_next(MenuEvent* menu_event);
|
||||
|
||||
Reference in New Issue
Block a user