Remove empty fn_actions[]

This commit is contained in:
fauxpark
2019-01-11 18:32:43 -08:00
committed by Drashna Jaelre
parent d8eace35eb
commit 67adc29aa3
175 changed files with 2 additions and 712 deletions
-4
View File
@@ -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;