aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkHitClear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animator/SkHitClear.cpp')
-rw-r--r--src/animator/SkHitClear.cpp32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/animator/SkHitClear.cpp b/src/animator/SkHitClear.cpp
deleted file mode 100644
index 3ac521ae64..0000000000
--- a/src/animator/SkHitClear.cpp
+++ /dev/null
@@ -1,32 +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 "SkHitClear.h"
-
-#if SK_USE_CONDENSED_INFO == 0
-
-const SkMemberInfo SkHitClear::fInfo[] = {
- SK_MEMBER_ARRAY(targets, Displayable)
-};
-
-#endif
-
-DEFINE_GET_MEMBER(SkHitClear);
-
-bool SkHitClear::enable(SkAnimateMaker&) {
- for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
- SkDisplayable* target = targets[tIndex];
- target->clearBounder();
- }
- return true;
-}
-
-bool SkHitClear::hasEnable() const {
- return true;
-}