From 6906b56b4a1419874b9457e1d227aa7f030f724e Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Mon, 10 Aug 2020 17:23:20 -0400 Subject: [PATCH] Duplicate defs --- src/hardware/hw_defs.h | 2 -- src/m_cond.h | 1 - 2 files changed, 3 deletions(-) diff --git a/src/hardware/hw_defs.h b/src/hardware/hw_defs.h index d3138f4b0..52ff41c32 100644 --- a/src/hardware/hw_defs.h +++ b/src/hardware/hw_defs.h @@ -130,8 +130,6 @@ typedef struct #ifdef USE_FTRANSFORM_MIRROR boolean mirror; // SRB2Kart: Encore Mode #endif - boolean shearing; // 14042019 - float viewaiming; // 17052019 } FTransform; // Transformed vector, as passed to HWR API diff --git a/src/m_cond.h b/src/m_cond.h index b9d1c08de..b4d493995 100644 --- a/src/m_cond.h +++ b/src/m_cond.h @@ -96,7 +96,6 @@ typedef struct { char name[64]; char objective[64]; - UINT8 showconditionset; UINT8 conditionset; UINT8 showconditionset; INT16 type;