remove unused
This commit is contained in:
@@ -11,10 +11,6 @@
|
|||||||
#include "ActorUtil.h"
|
#include "ActorUtil.h"
|
||||||
|
|
||||||
|
|
||||||
GhostArrowRow::GhostArrowRow()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void GhostArrowRow::Load( const PlayerState* pPlayerState, float fYReverseOffset )
|
void GhostArrowRow::Load( const PlayerState* pPlayerState, float fYReverseOffset )
|
||||||
{
|
{
|
||||||
m_pPlayerState = pPlayerState;
|
m_pPlayerState = pPlayerState;
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ class PlayerState;
|
|||||||
class GhostArrowRow : public ActorFrame
|
class GhostArrowRow : public ActorFrame
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GhostArrowRow();
|
|
||||||
virtual ~GhostArrowRow();
|
virtual ~GhostArrowRow();
|
||||||
virtual void Update( float fDeltaTime );
|
virtual void Update( float fDeltaTime );
|
||||||
virtual void DrawPrimitives();
|
virtual void DrawPrimitives();
|
||||||
|
|||||||
Reference in New Issue
Block a user