1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Removed 'checkRedirect' and references to it.

This commit is contained in:
Michael Keller 2019-11-26 15:30:39 +13:00 committed by mikeller
parent 95791fc293
commit 140bb22b88
18 changed files with 0 additions and 46 deletions

View file

@ -84,7 +84,6 @@ static CMS_Menu cmsx_menuFeatures = {
#endif
.onEnter = NULL,
.onExit = NULL,
.checkRedirect = NULL,
.onDisplayUpdate = NULL,
.entries = menuFeaturesEntries,
};
@ -125,7 +124,6 @@ CMS_Menu cmsx_menuMain = {
#endif
.onEnter = NULL,
.onExit = NULL,
.checkRedirect = NULL,
.onDisplayUpdate = NULL,
.entries = menuMainEntries,
};