Merge pull request #687 from jg1uaa/oled

delete unused variable
This commit is contained in:
Jonathan Naylor
2021-03-13 11:57:27 +00:00
committed by GitHub

1
OLED.h
View File

@@ -89,7 +89,6 @@ private:
bool m_displayRotate;
bool m_displayLogoScreensaver;
bool m_duplex;
bool m_slot2Enabled;
std::string m_ipaddress;
ArduiPi_OLED m_display;