From 67adc29aa35719eea2de43bacf9cd5e8b5dfd79e Mon Sep 17 00:00:00 2001 From: fauxpark Date: Fri, 11 Jan 2019 09:50:14 +1100 Subject: Remove empty fn_actions[] --- keyboards/xd75/keymaps/cbbrowne/keymap.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'keyboards/xd75/keymaps/cbbrowne') diff --git a/keyboards/xd75/keymaps/cbbrowne/keymap.c b/keyboards/xd75/keymaps/cbbrowne/keymap.c index ec98b6d5a6..322fffdadb 100644 --- a/keyboards/xd75/keymaps/cbbrowne/keymap.c +++ b/keyboards/xd75/keymaps/cbbrowne/keymap.c @@ -197,10 +197,6 @@ Missing still... }, }; -const uint16_t PROGMEM fn_actions[] = { - -}; - /* This bit of logic seeds a wee linear congruential random number generator */ /* lots of prime numbers everywhere... */ static uint16_t random_value = 157; -- cgit v1.2.1