aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-06-08 17:16:26 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-08 23:53:57 +0000
commit692e29ebcd35c6cba647dc695b56b6168c535728 (patch)
treef125063965ca314d91b40ea2f9a326534910cd45 /include/config
parent8f5bbda0071e5663f454804e370e66f86b87078b (diff)
remove unused parts of SkTypes.h
Lots of completely unused bits and bobs removed. I've decided SK_SUPPORT_UNITTEST and its single use are not very compelling. tests/CPlusPlusEleven was the only user of Sk32ToBool(), and no longer generally needed. Change-Id: I3ee75560f1e1e1cf5ad89ee7df8d7694b5dffdb3 Reviewed-on: https://skia-review.googlesource.com/133622 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'include/config')
-rw-r--r--include/config/SkUserConfig.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
index 055cd4d1d1..a6497ca0ed 100644
--- a/include/config/SkUserConfig.h
+++ b/include/config/SkUserConfig.h
@@ -100,14 +100,6 @@
*/
//#define SK_MAX_SIZE_FOR_LCDTEXT 48
-/* If SK_DEBUG is defined, then you can optionally define SK_SUPPORT_UNITTEST
- which will run additional self-tests at startup. These can take a long time,
- so this flag is optional.
- */
-#ifdef SK_DEBUG
-//#define SK_SUPPORT_UNITTEST
-#endif
-
/* Change the ordering to work in X windows.
*/
#ifdef SK_SAMPLES_FOR_X