Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9552db3

Browse files
In LiquidCrystal, remove an unused variable
1 parent 8c6bcf0 commit 9552db3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎libraries/LiquidCrystal/src/LiquidCrystal.cpp‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ void LiquidCrystal::begin(uint8_t cols, uint8_t lines, uint8_t dotsize) {
8787
_displayfunction |= LCD_2LINE;
8888
}
8989
_numlines = lines;
90-
_currline = 0;
9190

9291
setRowOffsets(0x00, 0x40, 0x00 + cols, 0x40 + cols);
9392

‎libraries/LiquidCrystal/src/LiquidCrystal.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class LiquidCrystal : public Print {
101101

102102
uint8_t _initialized;
103103

104-
uint8_t _numlines,_currline;
104+
uint8_t _numlines;
105105
uint8_t _row_offsets[4];
106106
};
107107

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /