unused
This commit is contained in:
@@ -43,11 +43,6 @@ void FadingBanner::ScaleToClipped( float fWidth, float fHeight )
|
|||||||
m_Banner[i].ScaleToClipped( fWidth, fHeight );
|
m_Banner[i].ScaleToClipped( fWidth, fHeight );
|
||||||
}
|
}
|
||||||
|
|
||||||
float FadingBanner::GetFadeSeconds() const
|
|
||||||
{
|
|
||||||
return FADE_SECONDS;
|
|
||||||
}
|
|
||||||
|
|
||||||
void FadingBanner::Update( float fDeltaTime )
|
void FadingBanner::Update( float fDeltaTime )
|
||||||
{
|
{
|
||||||
// update children manually
|
// update children manually
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ public:
|
|||||||
|
|
||||||
bool LoadFromCachedBanner( const CString &path );
|
bool LoadFromCachedBanner( const CString &path );
|
||||||
|
|
||||||
float GetFadeSeconds() const;
|
|
||||||
void SetMovingFast( bool fast ) { m_bMovingFast=fast; }
|
void SetMovingFast( bool fast ) { m_bMovingFast=fast; }
|
||||||
virtual void Update( float fDeltaTime );
|
virtual void Update( float fDeltaTime );
|
||||||
virtual void DrawPrimitives();
|
virtual void DrawPrimitives();
|
||||||
|
|||||||
Reference in New Issue
Block a user