Remove one use of CD_MLOOP

This commit is contained in:
Hans Goudey 2022-12-06 16:29:15 -06:00
parent 38c51e1ce9
commit e9ae0978ae
1 changed files with 0 additions and 3 deletions

View File

@ -546,9 +546,6 @@ static int customdata_compare(
}
break;
}
case CD_MLOOP: {
break;
}
case CD_MLOOPUV: {
MLoopUV *lp1 = (MLoopUV *)l1->data;
MLoopUV *lp2 = (MLoopUV *)l2->data;