From 57e544385db04ea072b3f5457ed22407144d59ff Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 7 Sep 2006 03:52:10 +0000 Subject: [PATCH] remove comment about code that's not there anymore --- stepmania/src/Tween.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/Tween.cpp b/stepmania/src/Tween.cpp index dffbe58452..90d816371b 100644 --- a/stepmania/src/Tween.cpp +++ b/stepmania/src/Tween.cpp @@ -92,11 +92,6 @@ ITween *ITween::CreateFromType( TweenType tt ) case TWEEN_LINEAR: return new TweenLinear; case TWEEN_ACCELERATE: return new TweenAccelerate; case TWEEN_DECELERATE: return new TweenDecelerate; - - /* - * These may actually be faster than InterpolateBounceBegin/InterpolateBounceEnd, since - * they don't use RageFastSin/RageFastCos. - */ case TWEEN_SPRING: return new TweenSpring; default: ASSERT(0); }