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;