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