Index: src/svg/parser/SkSVGG.h |
diff --git a/src/svg/parser/SkSVGG.h b/src/svg/parser/SkSVGG.h |
deleted file mode 100644 |
index 94cddc76012d23ed4c7d34721f42fd89b0a44a22..0000000000000000000000000000000000000000 |
--- a/src/svg/parser/SkSVGG.h |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-/* |
- * Copyright 2006 The Android Open Source Project |
- * |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
- |
-#ifndef SkSVGG_DEFINED |
-#define SkSVGG_DEFINED |
- |
-#include "SkSVGGroup.h" |
- |
-class SkSVGG : public SkSVGGroup { |
- DECLARE_SVG_INFO(G); |
-private: |
- typedef SkSVGGroup INHERITED; |
-}; |
- |
-#endif // SkSVGG_DEFINED |