| Index: sky/sdk/lib/framework/animation/mechanics.dart
|
| diff --git a/sky/sdk/lib/framework/animation/mechanics.dart b/sky/sdk/lib/framework/animation/mechanics.dart
|
| index 1a2d10b278689e6bc3da7694585fdb5744aa104e..6a6cc4cad46f7f8c744afe9cd8ac06757e5ba1a8 100644
|
| --- a/sky/sdk/lib/framework/animation/mechanics.dart
|
| +++ b/sky/sdk/lib/framework/animation/mechanics.dart
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -library animation_mechanics;
|
| -
|
| import 'dart:math' as math;
|
|
|
| const double kGravity = -0.980; // m^s-2
|
|
|