From 92cbdde4293322128ddabe5ffd5277bb55862650 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Sat, 16 Apr 2022 16:31:00 +0200 Subject: [PATCH] Cleanup. --- wled00/util.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/wled00/util.cpp b/wled00/util.cpp index 4c242672c..248d25fd2 100644 --- a/wled00/util.cpp +++ b/wled00/util.cpp @@ -258,7 +258,5 @@ uint8_t extractModeName(uint8_t mode, const char *src, char *dest, uint8_t maxLe if ((qComma > mode) || (printedChars >= maxLen)) break; } dest[printedChars] = '\0'; - //char *pos = strchr(dest,'@'); - //if (pos) *pos = '\0'; return strlen(dest); }