aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPreConfig.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-07-29 14:46:12 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-29 14:46:12 -0700
commita15cd9cb7fad31b93cd44541993b69bd5d006582 (patch)
treec5009872fc38ab29a8297f553d861e4f677c10cd /include/core/SkPreConfig.h
parent5479d3b5690c274bb53c78333c7c4d41cd5f9137 (diff)
Remove WEBKIT_VERSION_MIN_REQUIRED and config.h.
WebKit style guide (https://www.webkit.org/coding/coding-style.html) explicitly states: > All implementation files must #include "config.h" first. > Header files should never include "config.h". Also, it isn't currently being used. TBR=reed@google.com This just removes unused bits. Review URL: https://codereview.chromium.org/1256133004
Diffstat (limited to 'include/core/SkPreConfig.h')
-rw-r--r--include/core/SkPreConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
index 1e44198e41..b590825957 100644
--- a/include/core/SkPreConfig.h
+++ b/include/core/SkPreConfig.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -6,17 +5,11 @@
* found in the LICENSE file.
*/
-
#ifndef SkPreConfig_DEFINED
#define SkPreConfig_DEFINED
-#ifdef WEBKIT_VERSION_MIN_REQUIRED
- #include "config.h"
-#endif
-
// Allows embedders that want to disable macros that take arguments to just
// define that symbol to be one of these
-//
#define SK_NOTHING_ARG1(arg1)
#define SK_NOTHING_ARG2(arg1, arg2)
#define SK_NOTHING_ARG3(arg1, arg2, arg3)