From 5c80ea17d4e4a795bfaeb260fc27e952ba471f1d Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Thu, 8 Jan 2009 17:49:50 +0000 Subject: first pass at clean up of the 3 config files - note that SkUserConfig.h no longer actually does anything git-svn-id: http://skia.googlecode.com/svn/trunk@60 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/xml/SkParseColor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml') diff --git a/src/xml/SkParseColor.cpp b/src/xml/SkParseColor.cpp index eca2e382d4..c451253edd 100644 --- a/src/xml/SkParseColor.cpp +++ b/src/xml/SkParseColor.cpp @@ -500,7 +500,7 @@ const char* SkParse::FindColor(const char* value, SkColor* colorPtr) { return FindNamedColor(value, strlen(value), colorPtr); } -#ifdef SK_DEBUG +#ifdef SK_SUPPORT_UNITTEST void SkParse::TestColor() { if (false) CreateTable(); // regenerates data table in the output window -- cgit v1.2.3