diff --git a/stepmania/src/ModelTypes.h b/stepmania/src/ModelTypes.h index c74d8e182a..4111a675d9 100644 --- a/stepmania/src/ModelTypes.h +++ b/stepmania/src/ModelTypes.h @@ -90,7 +90,6 @@ struct msMaterial RageColor Emissive; float fShininess; float fTransparency; - int nName; // not used in SM. What is this for anyway? AnimatedTexture diffuse; AnimatedTexture alpha; @@ -119,9 +118,6 @@ struct msBone RageVector3 Rotation; vector PositionKeys; - - int nNumRotationKeys; - int nNumAllocedRotationKeys; vector RotationKeys; };