From 5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9 Mon Sep 17 00:00:00 2001 From: zvecr Date: Sat, 7 Mar 2020 00:38:14 +0000 Subject: Remove unused LED_BREATHING_TABLE --- quantum/led_tables.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'quantum/led_tables.h') diff --git a/quantum/led_tables.h b/quantum/led_tables.h index af49bf3323..8052d566cf 100644 --- a/quantum/led_tables.h +++ b/quantum/led_tables.h @@ -23,8 +23,4 @@ along with this program. If not, see . extern const uint8_t CIE1931_CURVE[] PROGMEM; #endif -#ifdef USE_LED_BREATHING_TABLE -extern const uint8_t LED_BREATHING_TABLE[] PROGMEM; -#endif - #endif -- cgit v1.2.3