Remove unused LED_BREATHING_TABLE

This commit is contained in:
zvecr
2020-03-07 00:38:14 +00:00
committed by Florian Didron
parent 5b752d390f
commit 0f8a5d1d38
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