1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-19 21:09:48 +03:00

In LiquidCrystal, remove an unused variable

This commit is contained in:
Matthijs Kooijman
2013-12-18 13:02:05 +01:00
parent 8c6bcf0c84
commit 9552db3fe4
2 changed files with 1 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ private:
uint8_t _initialized;
uint8_t _numlines,_currline;
uint8_t _numlines;
uint8_t _row_offsets[4];
};