Remove unused
This commit is contained in:
parent
89d3fc4144
commit
11978b8c8b
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue