mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-14 09:02:14 +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;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CannedMessageModule::isInterceptingAndFocused()
|
|
||||||
{
|
|
||||||
return this->interceptingKeyboardInput();
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
@ -75,7 +75,6 @@ class CannedMessageModule : public SinglePortModule, public Observable<const UIF
|
|||||||
void resetSearch();
|
void resetSearch();
|
||||||
void updateDestinationSelectionList();
|
void updateDestinationSelectionList();
|
||||||
void drawDestinationSelectionScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y);
|
void drawDestinationSelectionScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y);
|
||||||
bool isInterceptingAndFocused();
|
|
||||||
bool isCharInputAllowed() const;
|
bool isCharInputAllowed() const;
|
||||||
String drawWithCursor(String text, int cursor);
|
String drawWithCursor(String text, int cursor);
|
||||||
|
|
||||||
|
@ -207,7 +207,6 @@ void setupModules()
|
|||||||
trackballInterruptImpl1->init();
|
trackballInterruptImpl1->init();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
LOG_DEBUG("location5");
|
|
||||||
#ifdef INPUTBROKER_EXPRESSLRSFIVEWAY_TYPE
|
#ifdef INPUTBROKER_EXPRESSLRSFIVEWAY_TYPE
|
||||||
expressLRSFiveWayInput = new ExpressLRSFiveWay();
|
expressLRSFiveWayInput = new ExpressLRSFiveWay();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user