Index: charted/lib/svg/shapes/area.dart |
diff --git a/charted/lib/svg/shapes/area.dart b/charted/lib/svg/shapes/area.dart |
deleted file mode 100644 |
index 0152b02097f6358f284d863e87874d92cf28e243..0000000000000000000000000000000000000000 |
--- a/charted/lib/svg/shapes/area.dart |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// |
-// Copyright 2014 Google Inc. All rights reserved. |
-// |
-// Use of this source code is governed by a BSD-style |
-// license that can be found in the LICENSE file or at |
-// https://developers.google.com/open-source/licenses/bsd |
-// |
- |
-part of charted.svg.shapes; |
- |
-class SvgArea implements SvgShape { |
- String path(d, i, e) => null; |
-} |