remove unused

This commit is contained in:
Glenn Maynard
2007-05-13 16:45:11 +00:00
parent 44c996fbaf
commit 9b4fa6e38d
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -11,10 +11,6 @@
#include "ActorUtil.h"
GhostArrowRow::GhostArrowRow()
{
}
void GhostArrowRow::Load( const PlayerState* pPlayerState, float fYReverseOffset )
{
m_pPlayerState = pPlayerState;
-1
View File
@@ -12,7 +12,6 @@ class PlayerState;
class GhostArrowRow : public ActorFrame
{
public:
GhostArrowRow();
virtual ~GhostArrowRow();
virtual void Update( float fDeltaTime );
virtual void DrawPrimitives();