diff --git a/stepmania/src/Model.cpp b/stepmania/src/Model.cpp index 37a0252b8f..903e3d3616 100644 --- a/stepmania/src/Model.cpp +++ b/stepmania/src/Model.cpp @@ -790,26 +790,6 @@ void Model::SetSecondsIntoAnimation( float fSeconds ) } } -/* -void Model::HandleCommand( const Command &command ) -{ - BeginHandleArgs; - - const RString& sName = command.GetName(); - if( sName=="play" ) - { - PlayAnimation( sArg(1),fArg(2) ); - } - else - { - Actor::HandleCommand( command ); - return; - } - - EndHandleArgs; -} -*/ - bool Model::MaterialsNeedNormals() const { FOREACH_CONST( msMaterial, m_Materials, m )