fontservices/fontstore/src/linkedfontsprivate.h
branchRCL_3
changeset 1 e96e8a131979
parent 0 1fb32624e06b
--- 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);
 	};