| Index: src/svg/parser/SkSVGFilter.cpp
|
| diff --git a/src/svg/parser/SkSVGFilter.cpp b/src/svg/parser/SkSVGFilter.cpp
|
| deleted file mode 100644
|
| index e0df15671d2f5b7049c45c1d860326041dc23c01..0000000000000000000000000000000000000000
|
| --- a/src/svg/parser/SkSVGFilter.cpp
|
| +++ /dev/null
|
| @@ -1,24 +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.
|
| - */
|
| -
|
| -
|
| -#include "SkSVGFilter.h"
|
| -#include "SkSVGParser.h"
|
| -
|
| -const SkSVGAttribute SkSVGFilter::gAttributes[] = {
|
| - SVG_ATTRIBUTE(filterUnits),
|
| - SVG_ATTRIBUTE(height),
|
| - SVG_ATTRIBUTE(width),
|
| - SVG_ATTRIBUTE(x),
|
| - SVG_ATTRIBUTE(y)
|
| -};
|
| -
|
| -DEFINE_SVG_INFO(Filter)
|
| -
|
| -void SkSVGFilter::translate(SkSVGParser& parser, bool defState) {
|
| -// INHERITED::translate(parser, defState);
|
| -}
|
|
|