removed old update functions

This commit is contained in:
2023-04-26 07:57:00 +02:00
parent db3c25da42
commit 0ab6c829d5
3 changed files with 1 additions and 14 deletions
-5
View File
@@ -61,11 +61,6 @@ class MenuInformationSites : public MenuControl {
*/
void printMenu() override;
/**
* @brief can be called to update shown data
*/
void update() override;
protected:
bool setCountPages(uint8_t pages);
uint8_t getCountPages() const;