remove unused

This commit is contained in:
Glenn Maynard
2006-08-31 07:03:10 +00:00
parent b2a585cb3b
commit 1623138ca5
-4
View File
@@ -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<msPositionKey> PositionKeys;
int nNumRotationKeys;
int nNumAllocedRotationKeys;
vector<msRotationKey> RotationKeys;
};