videoplayer_plat/videoplayer_startup_api/tsrc/src/VideoPlayerStartupApiTest.cpp
branchRCL_3
changeset 10 ce5ada96ab30
parent 0 96612d01cf9f
--- a/videoplayer_plat/videoplayer_startup_api/tsrc/src/VideoPlayerStartupApiTest.cpp	Fri Feb 19 22:52:52 2010 +0200
+++ b/videoplayer_plat/videoplayer_startup_api/tsrc/src/VideoPlayerStartupApiTest.cpp	Fri Mar 12 15:43:00 2010 +0200
@@ -21,7 +21,6 @@
 #include <SettingServerClient.h>
 
 #include "VideoPlayerStartupApiTest.h"
-#include "VCXTestSmClient.h"
 
 // EXTERNAL DATA STRUCTURES
 //extern  ?external_data;
@@ -131,8 +130,6 @@
                           CStifLogger::ETxt,
                           CStifLogger::EFile,
                           EFalse );
-    
-    iSmClient = CVCXTestSmClient::NewL();
         
     SendTestClassVersion();
     }
@@ -164,9 +161,6 @@
 
     // Delete logger
     delete iLog; 
-    
-    delete iSmClient;
-    iSmClient = NULL;
     }
 
 //-----------------------------------------------------------------------------