From 692e29ebcd35c6cba647dc695b56b6168c535728 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Fri, 8 Jun 2018 17:16:26 -0400 Subject: 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 Reviewed-by: Mike Klein --- include/utils/SkParse.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/utils/SkParse.h') 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 -- cgit v1.2.3