remove unused
This commit is contained in:
@@ -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
|
const RectF *RageTexture::GetTextureCoordRect( int iFrameNo ) const
|
||||||
{
|
{
|
||||||
return &m_TextureCoordRects[iFrameNo];
|
return &m_TextureCoordRects[iFrameNo];
|
||||||
|
|||||||
@@ -58,7 +58,6 @@ public:
|
|||||||
const RageTextureID &GetID() const { return m_ID; }
|
const RageTextureID &GetID() const { return m_ID; }
|
||||||
|
|
||||||
static void GetFrameDimensionsFromFileName( CString sPath, int* puFramesWide, int* puFramesHigh );
|
static void GetFrameDimensionsFromFileName( CString sPath, int* puFramesWide, int* puFramesHigh );
|
||||||
static int GetFrameCountFromFileName( CString sPath );
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/* We might change settings when loading (due to hints, hardware
|
/* We might change settings when loading (due to hints, hardware
|
||||||
|
|||||||
Reference in New Issue
Block a user