summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-01-08 17:49:50 +0000
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-01-08 17:49:50 +0000
commit2f7e82ccab19bdc30ca8b4bc2d0e4876e6b10935 (patch)
treebe796794ff00013ad90d24d9a6e3bf6449b1d608 /xml
parentb29feb235dd85ee92e68f1f180f66a1c847582f5 (diff)
downloadsrc-2f7e82ccab19bdc30ca8b4bc2d0e4876e6b10935.tar.gz
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/src@60 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'xml')
-rw-r--r--xml/SkParseColor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/SkParseColor.cpp b/xml/SkParseColor.cpp
index eca2e382..c451253e 100644
--- a/xml/SkParseColor.cpp
+++ b/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