From e3a03499dc784baefa0b1b6ccb0a98399f81969d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 20 Oct 2002 05:14:16 +0000 Subject: [PATCH] Remove RageTexture::m_TextureFormat. --- stepmania/src/RageTexture.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageTexture.h b/stepmania/src/RageTexture.h index f4ebf66946..26f3ff7acd 100644 --- a/stepmania/src/RageTexture.h +++ b/stepmania/src/RageTexture.h @@ -102,7 +102,6 @@ protected: int m_iTextureWidth, m_iTextureHeight; // dimensions of the texture in memory int m_iImageWidth, m_iImageHeight; // dimensions of the image in the texture int m_iFramesWide, m_iFramesHigh; // The number of frames of animation in each row and column of this texture - D3DFORMAT m_TextureFormat; // RECTs that hold the bounds of each frame in the bitmap.