aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config/SkUserConfig.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-10-06 13:24:52 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-10-06 13:24:52 +0000
commit644fc767bce9d565ec317e748e3e03c23ce82918 (patch)
tree25f0df9a9cc583745100cc9a0a7eda9e2236e6d7 /include/config/SkUserConfig.h
parent2d4297cfa40e69ef155b70614d5cee6a6c21d2f9 (diff)
remove mention of obsolete symbol SK_SUPPORT_888_TEXT
git-svn-id: http://skia.googlecode.com/svn/trunk@2421 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/config/SkUserConfig.h')
-rw-r--r--include/config/SkUserConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
index 0064193808..270c51c400 100644
--- a/include/config/SkUserConfig.h
+++ b/include/config/SkUserConfig.h
@@ -105,13 +105,6 @@
*/
//#define SkDebugf(...) MyFunction(__VA_ARGS__)
-/**
- * Used only for lcdtext, define this to pack glyphs using 8 bits per component
- * instead of 5-6-5. This can increase fidelity with the native font scaler,
- * but doubles the RAM used by the font cache.
-*/
-//#define SK_SUPPORT_888_TEXT
-
/* If defined, use CoreText instead of ATSUI on OS X.
*/
//#define SK_USE_MAC_CORE_TEXT