Skip to content

Commit

Permalink
Remove reference to scheduler in animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitschG committed Dec 10, 2015
1 parent f92cd47 commit 86dbf94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions packages/flutter/lib/src/animation/scheduler.dart

This file was deleted.

2 changes: 1 addition & 1 deletion packages/flutter/lib/src/animation/ticker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import 'dart:async';

import 'scheduler.dart';
import 'package:flutter/scheduler.dart';

typedef TickerCallback(Duration elapsed);

Expand Down

0 comments on commit 86dbf94

Please sign in to comment.