diff options
author | reed <reed@google.com> | 2016-01-13 09:05:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-13 09:05:27 -0800 |
commit | f33e7a39598f3098a9676724367aef764b02de50 (patch) | |
tree | 83cdb167919c7a6958c4668c5079987e07573dd4 | |
parent | 6054d686e6fecc7261eeb328f27e9e16cd1d3b1e (diff) |
remove unused SkGlobalInitialization_none.cpp
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1583873002
NOTRY=True
TBR=
Review URL: https://codereview.chromium.org/1583873002
-rw-r--r-- | src/ports/SkGlobalInitialization_none.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ports/SkGlobalInitialization_none.cpp b/src/ports/SkGlobalInitialization_none.cpp deleted file mode 100644 index 06666fe071..0000000000 --- a/src/ports/SkGlobalInitialization_none.cpp +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright 2016 Google Inc. - * - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ - -#include "SkFlattenable.h" - -void SkFlattenable::PrivateInitializer::InitEffects() {} |