textrendering/texthandling/stext/TXTFRMAT.CPP
branchRCL_3
changeset 55 336bee5c2d35
parent 54 748ec5531811
--- a/textrendering/texthandling/stext/TXTFRMAT.CPP	Tue Aug 31 17:01:26 2010 +0300
+++ b/textrendering/texthandling/stext/TXTFRMAT.CPP	Wed Sep 01 12:39:40 2010 +0100
@@ -23,11 +23,6 @@
 #include "TXTFRMAT.H"
 
 #include "TXTSTD.H"
-#include "OstTraceDefinitions.h"
-#ifdef OST_TRACE_COMPILER_IN_USE
-#include "TXTFRMATTraces.h"
-#endif
-
 
 
 const TInt KParaDefaultLanguage=0;
@@ -652,10 +647,6 @@
 of tab stops, use TabCount(). 
 @return The tab stop located at the specified index. */
 	{
-	if (aTabIndex>=TabCount())
-	    {
-	    OstTrace0( TRACE_FATAL, CPARAFORMAT_TABSTOP, "ETabNotFound" );
-	    }
 	__ASSERT_ALWAYS(aTabIndex<TabCount(),Panic(ETabNotFound));
 	
 	return (iTabList)