remove unused variables from OLED class

This commit is contained in:
Shawn Chain
2019-05-14 18:19:02 +08:00
parent ffd5cd1a0b
commit 814059ff35
4 changed files with 2 additions and 6 deletions

1
Conf.h
View File

@@ -477,7 +477,6 @@ private:
bool m_oledInvert;
bool m_oledScroll;
bool m_oledRotate;
bool m_oledCast;
std::string m_lcdprocAddress;
unsigned int m_lcdprocPort;