Fix: remove accidental code

`v1` and `v2` are already set.
This commit is contained in:
Germano Cavalcante 2020-07-07 11:27:09 -03:00
parent d352902758
commit dad3de89dc
1 changed files with 0 additions and 2 deletions

View File

@ -1625,8 +1625,6 @@ static void knife_find_line_hits(KnifeTool_OpData *kcd)
float plane[4];
{
float v1_v2[3], v1_v3[3];
copy_v3_v3(v1, kcd->prev.cage);
copy_v3_v3(v2, kcd->curr.cage);
sub_v3_v3v3(v1_v2, v2, v1);
sub_v3_v3v3(v1_v3, v3, v1);
cross_v3_v3v3(plane, v1_v2, v1_v3);