Update Marlin_main.cpp

Remove more stale code
This commit is contained in:
vintagepc 2023-02-17 08:58:17 -05:00 committed by GitHub
parent 032d5ebe5b
commit 235ce62cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -7756,8 +7756,6 @@ Sigma_Exit:
{
bHasLabel = true;
char *src = strchr_pointer + 1;
starpos = strchr(src, '*');
if (starpos != NULL) *(starpos) = '\0';
while (*src == ' ') ++src;
if (*src != '\0')
{