Dimiss key combo function deprecated

This commit is contained in:
HarukiToreda
2025-10-13 13:57:04 -04:00
parent 835f13031c
commit 7aa5b93895
3 changed files with 0 additions and 30 deletions

View File

@@ -584,9 +584,6 @@ class Screen : public concurrency::OSThread
/// Draws our SSL cert screen during boot (called from WebServer)
void setSSLFrames();
// Dismiss the currently focussed frame, if possible (e.g. text message, waypoint)
void hideCurrentFrame();
// Menu-driven Show / Hide Toggle
void toggleFrameVisibility(const std::string &frameName);
bool isFrameHidden(const std::string &frameName) const;