From 9b4fa6e38dacf14f3fde4b64795c756420be42b0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 13 May 2007 16:45:11 +0000 Subject: [PATCH] remove unused --- stepmania/src/GhostArrowRow.cpp | 4 ---- stepmania/src/GhostArrowRow.h | 1 - 2 files changed, 5 deletions(-) diff --git a/stepmania/src/GhostArrowRow.cpp b/stepmania/src/GhostArrowRow.cpp index c7f067899f..61c7a7e186 100644 --- a/stepmania/src/GhostArrowRow.cpp +++ b/stepmania/src/GhostArrowRow.cpp @@ -11,10 +11,6 @@ #include "ActorUtil.h" -GhostArrowRow::GhostArrowRow() -{ -} - void GhostArrowRow::Load( const PlayerState* pPlayerState, float fYReverseOffset ) { m_pPlayerState = pPlayerState; diff --git a/stepmania/src/GhostArrowRow.h b/stepmania/src/GhostArrowRow.h index 2b4de1c760..755be57300 100644 --- a/stepmania/src/GhostArrowRow.h +++ b/stepmania/src/GhostArrowRow.h @@ -12,7 +12,6 @@ class PlayerState; class GhostArrowRow : public ActorFrame { public: - GhostArrowRow(); virtual ~GhostArrowRow(); virtual void Update( float fDeltaTime ); virtual void DrawPrimitives();