webengine/osswebengine/WebCore/platform/symbian/FontCacheSymbian.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
--- a/webengine/osswebengine/WebCore/platform/symbian/FontCacheSymbian.cpp	Tue Feb 02 00:56:45 2010 +0200
+++ b/webengine/osswebengine/WebCore/platform/symbian/FontCacheSymbian.cpp	Fri Mar 19 09:52:28 2010 +0200
@@ -138,9 +138,6 @@
 
 const AtomicString& PlatformFontCache::SystemFontFamily( const AtomicString& familyName )
 {
-#ifdef BRDO_BROWSER_MULTIPLE_FONT_SUPPORT
-    return familyName;
-#else
     // first check if we support this font
     for (TInt n=0; n<iTypefaceCount; ++n)
     {
@@ -151,7 +148,6 @@
     }
 
     return DeviceDefaultFontFamilies();
-#endif
 }
 
 const AtomicString& PlatformFontCache::DeviceDefaultFontFamilies()