From f99f9f749acc3dde33ac3cefdbae09ecb19f2204 Mon Sep 17 00:00:00 2001 From: Mikkel Nygaard Ravn Date: Sat, 22 Apr 2017 14:16:13 +0200 Subject: [PATCH] Remove unused import (flutter/engine#3620) --- engine/src/flutter/lib/ui/ui.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/lib/ui/ui.dart b/engine/src/flutter/lib/ui/ui.dart index 06801404d84..2d59f4e6a50 100644 --- a/engine/src/flutter/lib/ui/ui.dart +++ b/engine/src/flutter/lib/ui/ui.dart @@ -11,7 +11,6 @@ /// text, layout, and rendering subsystems. library dart.ui; -import 'dart:_internal'; import 'dart:async'; import 'dart:convert'; import 'dart:developer' as developer;