delete unused variable

This commit is contained in:
SASANO Takayoshi 2021-03-13 12:27:23 +09:00
parent 125f21735b
commit c2be5ab2f7

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;