aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/svg/parser/SkSVGCircle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg/parser/SkSVGCircle.h')
-rw-r--r--src/svg/parser/SkSVGCircle.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/svg/parser/SkSVGCircle.h b/src/svg/parser/SkSVGCircle.h
deleted file mode 100644
index edd306a08a..0000000000
--- a/src/svg/parser/SkSVGCircle.h
+++ /dev/null
@@ -1,23 +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 SkSVGCircle_DEFINED
-#define SkSVGCircle_DEFINED
-
-#include "SkSVGElements.h"
-
-class SkSVGCircle : public SkSVGElement {
- DECLARE_SVG_INFO(Circle);
-private:
- SkString f_cx;
- SkString f_cy;
- SkString f_r;
- typedef SkSVGElement INHERITED;
-};
-
-#endif // SkSVGCircle_DEFINED