mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Merge pull request #4521 from martinbudden/bf_cms_onglobalexit
Remove almost entirely unused CMS ononGlobalExit function
This commit is contained in:
commit
364afcbf25
12 changed files with 3 additions and 39 deletions
|
@ -605,9 +605,6 @@ static void cmsTraverseGlobalExit(const CMS_Menu *pMenu)
|
|||
}
|
||||
}
|
||||
|
||||
if (pMenu->onGlobalExit) {
|
||||
pMenu->onGlobalExit();
|
||||
}
|
||||
}
|
||||
|
||||
long cmsMenuExit(displayPort_t *pDisplay, const void *ptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue