summaryrefslogtreecommitdiff
path: root/quantum/led_tables.h
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2020-03-07 00:38:14 +0000
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commit0f8a5d1d3891ef8dfe74e57b0bdf9af280b8c893 (patch)
tree2541b841d16aa165d6684a393e565e96969a648f /quantum/led_tables.h
parent5b752d390f416ac9556d8022f1fe06f484a638a5 (diff)
Remove unused LED_BREATHING_TABLE
Diffstat (limited to 'quantum/led_tables.h')
-rw-r--r--quantum/led_tables.h4
1 files changed, 0 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
extern const uint8_t CIE1931_CURVE[] PROGMEM;
#endif
-#ifdef USE_LED_BREATHING_TABLE
-extern const uint8_t LED_BREATHING_TABLE[] PROGMEM;
-#endif
-
#endif