diff --git a/common/include/vecmat.h b/common/include/vecmat.h index 2282210bf..b51607626 100644 --- a/common/include/vecmat.h +++ b/common/include/vecmat.h @@ -40,9 +40,6 @@ struct vms_vector { fix x, y, z; }; - struct { - fix xyz[3]; - }; }; };