diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index 9472538d80..5a29be6fa5 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -88,10 +88,6 @@ void BGAnimationLayer::Init() m_fTileVelocityX = 0; m_fTileVelocityY = 0; - - /* Why doesn't this use the existing tweening mechanism? I can't make - * sense of what this code is doing; all I can tell is that it's duplicating - * stuff we already have. -glenn */ /* m_PosX = m_PosY = 0; m_Zoom = 0;