mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 22:52:07 +00:00
Remove unused function
This commit is contained in:
parent
179a433573
commit
80af8e76f0
@ -2173,9 +2173,4 @@ String CannedMessageModule::drawWithCursor(String text, int cursor)
|
||||
return result;
|
||||
}
|
||||
|
||||
bool CannedMessageModule::isInterceptingAndFocused()
|
||||
{
|
||||
return this->interceptingKeyboardInput();
|
||||
}
|
||||
|
||||
#endif
|
@ -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);
|
||||
|
||||
|
@ -207,7 +207,6 @@ void setupModules()
|
||||
trackballInterruptImpl1->init();
|
||||
}
|
||||
#endif
|
||||
LOG_DEBUG("location5");
|
||||
#ifdef INPUTBROKER_EXPRESSLRSFIVEWAY_TYPE
|
||||
expressLRSFiveWayInput = new ExpressLRSFiveWay();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user