remove unused

This commit is contained in:
Glenn Maynard
2005-09-04 03:38:14 +00:00
parent a78bfa7a29
commit 35272e5f9e
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -78,13 +78,6 @@ void RageTexture::GetFrameDimensionsFromFileName( CString sPath, int* piFramesWi
}
}
int RageTexture::GetFrameCountFromFileName( CString sPath )
{
int iWide, iHigh;
GetFrameDimensionsFromFileName( sPath, &iWide, &iHigh );
return iWide * iHigh;
}
const RectF *RageTexture::GetTextureCoordRect( int iFrameNo ) const
{
return &m_TextureCoordRects[iFrameNo];
-1
View File
@@ -58,7 +58,6 @@ public:
const RageTextureID &GetID() const { return m_ID; }
static void GetFrameDimensionsFromFileName( CString sPath, int* puFramesWide, int* puFramesHigh );
static int GetFrameCountFromFileName( CString sPath );
private:
/* We might change settings when loading (due to hints, hardware