--- a/fontservices/fontstore/src/linkedfontsprivate.h Tue Feb 02 02:02:46 2010 +0200
+++ b/fontservices/fontstore/src/linkedfontsprivate.h Sat Feb 20 00:37:46 2010 +0200
@@ -63,11 +63,8 @@
TInt iSession; //Not owned
TInt iUsageCounter; //
-#ifdef FNTSTORE_SUPPORT_FMM
+
const COpenFontGlyph* GlyphLinked(TInt aCode,TInt*& aNode);
-#else
- const COpenFontGlyph* GlyphLinked(TInt aCode,COpenFontGlyphTreeEntry**& aNode);
-#endif // FNTSTORE_SUPPORT_FMM
void RasterizeL(TInt aCode,TOpenFontGlyphData* aGlyphData);
};