phoneengine/loghandling/src/cpelogevent.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneengine/loghandling/src/cpelogevent.cpp	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneengine/loghandling/src/cpelogevent.cpp	Fri Apr 16 14:58:25 2010 +0300
@@ -21,9 +21,6 @@
 #include "cpeloginfo.h"
 #include "cpeloghandling.h"
 #include "cpeloghandlingcommand.h"
-// <-- QT PHONE START -->
-//#include <pbkfields.hrh>
-// <-- QT PHONE END -->
 #include <talogger.h>
 #include <logcli.h>
 #include <LogsApiConsts.h>
@@ -306,8 +303,6 @@
     TBuf<KPhonebookTypeIdLength> subject;
     subject.Zero();
 
-// <-- QT PHONE START -->
-    
     switch ( iLogInfo->PhoneNumberId() )
         {
         case EPEMobileNumber:
@@ -332,9 +327,6 @@
             subject.AppendNum( EPEUnknownNumber );
             break;
         }
-        
-// <-- QT PHONE END -->
-    
 
     if ( subject.Length() > 0 )
         {