| Index: sky/sdk/lib/animation/animation_performance.dart
|
| diff --git a/sky/sdk/lib/animation/animation_performance.dart b/sky/sdk/lib/animation/animation_performance.dart
|
| index d8055831c3e826a77c32a53a6ae00946afde9778..ef846752e88cc4be313a5ba3295a293db54dc2e2 100644
|
| --- a/sky/sdk/lib/animation/animation_performance.dart
|
| +++ b/sky/sdk/lib/animation/animation_performance.dart
|
| @@ -5,8 +5,6 @@
|
| import 'timeline.dart';
|
| import 'curves.dart';
|
|
|
| -// TODO(mpcomplete): merge this stuff with AnimatedValue somehow. We shouldn't
|
| -// have 2 different ways to animate values.
|
| abstract class AnimatedVariable {
|
| void setFraction(double t);
|
| }
|
|
|