From af0759af5942c3fd5a8a0810b49272ac4693a68f Mon Sep 17 00:00:00 2001 From: Kp Date: Fri, 22 Aug 2014 02:27:00 +0000 Subject: [PATCH] Remove vms_vector::xyz --- common/include/vecmat.h | 3 --- 1 file changed, 3 deletions(-) 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]; - }; }; };