| Index: include/core/SkPreConfig.h
|
| diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
|
| index 1e44198e4147d5b36959d2062ba6d2c4e1aafef1..b590825957b2f59749996ea0b4b4579069a58922 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)
|
|
|