aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkParse.h
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/utils/SkParse.h
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/utils/SkParse.h')
-rw-r--r--include/utils/SkParse.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/utils/SkParse.h b/include/utils/SkParse.h
index 411605f7a9..6260175ea5 100644
--- a/include/utils/SkParse.h
+++ b/include/utils/SkParse.h
@@ -27,10 +27,6 @@ public:
static bool FindBool(const char str[], bool* value);
// return the index of str in list[], or -1 if not found
static int FindList(const char str[], const char list[]);
-#ifdef SK_SUPPORT_UNITTEST
- static void TestColor();
- static void UnitTest();
-#endif
};
#endif