From 781c90bf7afaca376953ed4e5936f188f8082355 Mon Sep 17 00:00:00 2001 From: ildus hakov Date: Wed, 25 Oct 2023 21:02:44 -0400 Subject: [PATCH] Clang 6. This is too much for 2 simple public methods. --- Adafruit_GFX.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Adafruit_GFX.h b/Adafruit_GFX.h index de4bb954..bdc5d93e 100644 --- a/Adafruit_GFX.h +++ b/Adafruit_GFX.h @@ -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);