Skip to content

Commit ea63cbc

Browse files
committed
Remove duplicate BACKSPACE/TAB/ENTER int constants (already defined as char)
1 parent fc68fa9 commit ea63cbc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Processing.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,9 +1172,6 @@ static constexpr char ENTER = 10; // PC/Unix enter key
11721172
#ifdef DELETE
11731173
# undef DELETE
11741174
#endif
1175-
static constexpr int BACKSPACE = 8;
1176-
static constexpr int TAB = 9;
1177-
static constexpr int ENTER = 10;
11781175
static constexpr int RETURN = 13; // Mac return key (same key as ENTER on most systems)
11791176
static constexpr int ESC = 27;
11801177
static constexpr int DELETE = 127;

0 commit comments

Comments
 (0)