fontservices/fontstore/src/FNTUTIL.CPP
branchRCL_3
changeset 17 336bee5c2d35
parent 16 748ec5531811
--- a/fontservices/fontstore/src/FNTUTIL.CPP	Tue Aug 31 17:01:26 2010 +0300
+++ b/fontservices/fontstore/src/FNTUTIL.CPP	Wed Sep 01 12:39:40 2010 +0100
@@ -18,16 +18,9 @@
 
 #include "FNTSTD.H"
 
-#include "OstTraceDefinitions.h"
-#ifdef OST_TRACE_COMPILER_IN_USE
-#include "FNTUTILTraces.h"
-#endif
-
-
 GLDEF_C void Panic(TFntStorePanic aPanic)
 	{
 	_LIT(KFntStorePanicCategory,"FntStore");
-	OstTrace1( TRACE_FATAL, _PANIC, "::Panic;aPanic=%x", ( TUint )&( aPanic ) );	
 	User::Panic(KFntStorePanicCategory,aPanic);
 	}