- glcdsetup: fix memory of last cursor position

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-06-26 11:01:47 +02:00
committed by Thilo Graf
parent 88341ac925
commit c48689c0fc
3 changed files with 109 additions and 114 deletions

View File

@@ -36,7 +36,6 @@ class GLCD_Menu : public CMenuTarget, public CChangeObserver
{
private:
int width;
int selected;
SNeutrinoGlcdTheme oldTheme;
int GLCD_Menu_Select_Driver();
CMenuForwarder *select_driver;