Remove unused

This commit is contained in:
Holger Vogt 2025-05-11 17:25:20 +02:00
parent 89d3fc4144
commit 11978b8c8b
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ static char *two2three_translate(
Remove it here, add it later */
multibeg = strstr(orig_card, " m=");
if (multibeg) {
// *multibeg = '\0';
multiend = multibeg + 3;
while (*multiend == ' ')
multiend++;