From afce335f3008c16b51f817d04993a7ba76684a94 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 10 Aug 2017 15:22:48 +0200 Subject: [PATCH] Drop the getKeyColor function from the header It has no implementation, so lets not pretend we have it. Signed-off-by: Gergely Nagy --- src/Kaleidoscope-Hardware-Model01.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Kaleidoscope-Hardware-Model01.h b/src/Kaleidoscope-Hardware-Model01.h index b652e66a..c51a1037 100644 --- a/src/Kaleidoscope-Hardware-Model01.h +++ b/src/Kaleidoscope-Hardware-Model01.h @@ -17,7 +17,6 @@ class Model01 { void setCrgbAt(byte row, byte col, cRGB color); void setCrgbAt(uint8_t i, cRGB crgb); cRGB getCrgbAt(uint8_t i); - cRGB getKeyColor(byte row, byte col); uint8_t getLedIndex(byte row, byte col); void scanMatrix(void);