Remove vms_vector::xyz

This commit is contained in:
Kp 2014-08-22 02:27:00 +00:00
parent fc30079c0b
commit af0759af59

View file

@ -40,9 +40,6 @@ struct vms_vector
{
fix x, y, z;
};
struct {
fix xyz[3];
};
};
};