aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/xml
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-01-08 17:49:50 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-01-08 17:49:50 +0000
commit5c80ea17d4e4a795bfaeb260fc27e952ba471f1d (patch)
tree6cc50ef33cedb482502d90bb7ff1c0be97c7ff4c /src/xml
parentd2c37448011f184c38b4650a657904af0a928f7e (diff)
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
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/SkParseColor.cpp2
1 files changed, 1 insertions, 1 deletions
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