From fd7e49b66b8b63bcf5aa28a1bca0f206e5682acb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 2 Jul 2006 05:01:07 +0000 Subject: [PATCH] simplify --- stepmania/src/Judgment.cpp | 5 ----- stepmania/src/Judgment.h | 1 - 2 files changed, 6 deletions(-) diff --git a/stepmania/src/Judgment.cpp b/stepmania/src/Judgment.cpp index 6e7b186a00..390bfd800d 100644 --- a/stepmania/src/Judgment.cpp +++ b/stepmania/src/Judgment.cpp @@ -97,11 +97,6 @@ void Judgment::HandleMessage( const RString &sMessage ) ActorFrame::HandleMessage( sMessage ); } -void Judgment::DrawPrimitives() -{ - ActorFrame::DrawPrimitives(); -} - // lua start #include "LuaBinding.h" diff --git a/stepmania/src/Judgment.h b/stepmania/src/Judgment.h index 167bcb7cd5..487b7b6c41 100644 --- a/stepmania/src/Judgment.h +++ b/stepmania/src/Judgment.h @@ -18,7 +18,6 @@ public: void Reset(); void SetJudgment( TapNoteScore score, bool bEarly ); void HandleMessage( const RString &sMessage ); - virtual void DrawPrimitives(); // // Lua