fontservices/fontstore/src/patchableconstants.cpp
branchRCL_3
changeset 11 6971d1c87c9a
parent 0 1fb32624e06b
child 54 748ec5531811
--- a/fontservices/fontstore/src/patchableconstants.cpp	Sat Feb 20 00:37:46 2010 +0200
+++ b/fontservices/fontstore/src/patchableconstants.cpp	Fri Mar 12 15:51:09 2010 +0200
@@ -25,13 +25,6 @@
  */
 EXPORT_C extern const TInt8 KLinkedFontDrive = 0x63; //c in ASCII
 
-/**
-@internalTechnology
-
-The maximum size of memory used by the font table cache and the glyph outline cache.
- */
-EXPORT_C extern const TUint32 KFontTable_GlyphOutline_CacheMaxMem = 4 * 0x100000; // 4 Mega bytes.
-
 #if (__ARMCC_VERSION <= 310000)
 #include "FNTSTORE.H"
 #endif