aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/effects/SkEffects_none.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/effects/SkEffects_none.cpp b/src/effects/SkEffects_none.cpp
deleted file mode 100644
index 519fcf708f..0000000000
--- a/src/effects/SkEffects_none.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright 2011 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "SkTypes.h"
-
-#if !SK_ALLOW_STATIC_GLOBAL_INITIALIZERS
-
-#include "../../include/effects/SkEffects.h"
-
-void SkEffects::Init() {
-}
-
-#endif