Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: sky/sdk/example/mine_digger/lib/main.dart

Issue 1215163003: Random cleanup of various Dart things in our tree. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/example/game/main.dart ('k') | sky/sdk/example/raw/hello_world.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/mine_digger/lib/main.dart
diff --git a/sky/sdk/example/mine_digger/lib/main.dart b/sky/sdk/example/mine_digger/lib/main.dart
index aa205638cdbf2a393ea46e7ae3ec68ea4b5702c9..c52cf6691ea32f5a020d8eb09b38776ce80c18e4 100644
--- a/sky/sdk/example/mine_digger/lib/main.dart
+++ b/sky/sdk/example/mine_digger/lib/main.dart
@@ -306,7 +306,6 @@ class CoveredMineNode extends Component {
if (stopwatch == null)
return;
// Pointer down was a touch event.
- var ms = stopwatch.elapsedMilliseconds;
if (stopwatch.elapsedMilliseconds < 250) {
game.probe(posX, posY);
} else {
« no previous file with comments | « sky/sdk/example/game/main.dart ('k') | sky/sdk/example/raw/hello_world.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698