From 1623138ca5c022f77a56089e190c1f2495e2e118 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 31 Aug 2006 07:03:10 +0000 Subject: [PATCH] remove unused --- stepmania/src/ModelTypes.h | 4 ---- 1 file changed, 4 deletions(-) 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; };