Remove unused function

This commit is contained in:
Jonathan Bennett 2025-06-08 01:22:33 -05:00
parent 179a433573
commit 80af8e76f0
3 changed files with 0 additions and 7 deletions

View File

@ -2173,9 +2173,4 @@ String CannedMessageModule::drawWithCursor(String text, int cursor)
return result;
}
bool CannedMessageModule::isInterceptingAndFocused()
{
return this->interceptingKeyboardInput();
}
#endif

View File

@ -75,7 +75,6 @@ class CannedMessageModule : public SinglePortModule, public Observable<const UIF
void resetSearch();
void updateDestinationSelectionList();
void drawDestinationSelectionScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y);
bool isInterceptingAndFocused();
bool isCharInputAllowed() const;
String drawWithCursor(String text, int cursor);

View File

@ -207,7 +207,6 @@ void setupModules()
trackballInterruptImpl1->init();
}
#endif
LOG_DEBUG("location5");
#ifdef INPUTBROKER_EXPRESSLRSFIVEWAY_TYPE
expressLRSFiveWayInput = new ExpressLRSFiveWay();
#endif