diff options
author | halcanary <halcanary@google.com> | 2016-03-25 15:22:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-25 15:22:47 -0700 |
commit | fdc88b5aa6369ae2ad112195c7db3060db0fec9c (patch) | |
tree | edb4181993503d3c896b4057d3a9f56636bc9b04 | |
parent | 73557f6c3f98c13aa3c5db285ce95b9ecc5730b5 (diff) |
rm src/animator/SkTime.cpp
It was empty anyway.
Review URL: https://codereview.chromium.org/1835073002
-rw-r--r-- | gyp/animator.gyp | 1 | ||||
-rw-r--r-- | src/animator/SkTime.cpp | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/gyp/animator.gyp b/gyp/animator.gyp index 996cdfc9b3..982dcd6a6c 100644 --- a/gyp/animator.gyp +++ b/gyp/animator.gyp @@ -175,7 +175,6 @@ '../src/animator/SkTextOnPath.h', '../src/animator/SkTextToPath.cpp', '../src/animator/SkTextToPath.h', - '../src/animator/SkTime.cpp', '../src/animator/SkTypedArray.cpp', '../src/animator/SkTypedArray.h', '../src/animator/SkXMLAnimatorWriter.cpp', diff --git a/src/animator/SkTime.cpp b/src/animator/SkTime.cpp deleted file mode 100644 index 4ee60bf39d..0000000000 --- a/src/animator/SkTime.cpp +++ /dev/null @@ -1,6 +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. - */ |