Skip to content

Commit

Permalink
Clang 6. This is too much for 2 simple public methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihakov2 committed Oct 26, 2023
1 parent 9832b8b commit 781c90b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Adafruit_GFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ class Adafruit_GFX_Button {
uint16_t textcolor, char *label, uint8_t textsize_x,
uint8_t textsize_y);
void drawButton(bool inverted = false);
bool contains(int16_t x, int16_t y);

bool contains(int16_t x, int16_t y);
char *getLabel();
void setLabel(char *label);

Expand Down

0 comments on commit 781c90b

Please sign in to comment.