diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index cfb0a4a9b3..c8a4c44ac6 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -372,12 +372,6 @@ void BGAnimationLayer::LoadFromNode( const CString& sAniDir_, const XNode& layer CHECKPOINT_M( ssprintf( "BGAnimationLayer::LoadFromIni \"%s\" %s", sAniDir.c_str(), m_bGeneric? "(generic) ":"" ) ); - { - CString sPlayer; - if( layer.GetAttrValue("Player", sPlayer) ) - ASSERT_M( 0, "The BGAnimation parameter 'Player' is deprecated. Please use 'Condition=IsPlayerEnabled(p)'." ); - } - { CString expr; if( layer.GetAttrValue("Cond",expr) || layer.GetAttrValue("Condition",expr) )