Remove unused LED_BREATHING_TABLE

This commit is contained in:
zvecr 2020-03-07 00:38:14 +00:00 committed by skullydazed
parent dd05007f3b
commit 5e1ce3988d
4 changed files with 0 additions and 32 deletions

View file

@ -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