phoneuis/easydialing/src/easydialinglistboxdata.cpp
branchRCL_3
changeset 6 38529f706030
parent 5 2a26698d78ba
child 7 544e34b3255a
--- a/phoneuis/easydialing/src/easydialinglistboxdata.cpp	Mon Mar 15 12:40:24 2010 +0200
+++ b/phoneuis/easydialing/src/easydialinglistboxdata.cpp	Wed Mar 31 21:30:06 2010 +0300
@@ -466,9 +466,8 @@
         DrawArrowIcon( aGc, arrowRect );
         }
 
-    TInt textWidth( 0 );
     TInt err( KErrNone );
-    TRAP( err, textWidth = DrawTextWithMatchHighlightL(
+    TRAP( err, DrawTextWithMatchHighlightL(
             boundingBox, aGc, cellText, iContactNameFont, aColors, aHighlight ) );
 
     if ( !err && TextUtils::ColumnText( cellText , 2, aText ) == KErrNone )