glcdsetup: fix memory of last cursor position

Origin commit data
------------------
Branch: ni/coolstream
Commit: 33f9883383
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-26 (Fri, 26 Jun 2020)

Origin message was:
------------------
- glcdsetup: fix memory of last cursor position

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-06-26 11:01:47 +02:00
parent 6b086c81fb
commit cdc8988762
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;