From 505714453676b8ba3660d227d89e91d1d1ead6e1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Jan 2005 19:43:13 +0000 Subject: [PATCH] remove old debug (note: FAIL_M(x) is better than ASSERT_M(0, x)) --- stepmania/src/BGAnimationLayer.cpp | 6 ------ 1 file changed, 6 deletions(-) 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) )