Remove reference to scheduler in animation.

This commit is contained in:
Florian Loitsch 2015-12-10 15:38:39 -08:00
parent f92cd47651
commit 86dbf9431f
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export '../scheduler/scheduler.dart';

View File

@ -4,7 +4,7 @@
import 'dart:async';
import 'scheduler.dart';
import 'package:flutter/scheduler.dart';
typedef TickerCallback(Duration elapsed);