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
commit 69c9500cb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;