mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Remove almost entirely unused CMS ononGlobalExit function
This commit is contained in:
parent
9a5cefbfa3
commit
9a9884e4af
12 changed files with 3 additions and 39 deletions
|
@ -195,7 +195,6 @@ static CMS_Menu trampCmsMenuCommence = {
|
|||
.GUARD_type = OME_MENU,
|
||||
.onEnter = NULL,
|
||||
.onExit = NULL,
|
||||
.onGlobalExit = NULL,
|
||||
.entries = trampCmsMenuCommenceEntries,
|
||||
};
|
||||
|
||||
|
@ -221,7 +220,6 @@ CMS_Menu cmsx_menuVtxTramp = {
|
|||
.GUARD_type = OME_MENU,
|
||||
.onEnter = trampCmsOnEnter,
|
||||
.onExit = NULL,
|
||||
.onGlobalExit = NULL,
|
||||
.entries = trampMenuEntries,
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue