camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeenginesymbian/cxeenginesymbianunit.cpp
changeset 51 ccc0e7e3344f
parent 43 0e652f8f1fbd
child 52 7e18d488ac5f
--- a/camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeenginesymbian/cxeenginesymbianunit.cpp	Fri Jul 23 11:35:41 2010 +0300
+++ b/camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeenginesymbian/cxeenginesymbianunit.cpp	Wed Aug 18 14:02:45 2010 +0300
@@ -27,7 +27,7 @@
 #include "cxefakesensoreventhandler.h"
 #include "cxefakefilenamegenerator.h"
 #include "cxutils.h"
-#include "cxefakesettingsmodel.h"
+
 
 //  Member Functions
 
@@ -52,8 +52,6 @@
     if (!mVideoCaptureControl) {
         mCameraDeviceControl = new CxeFakeCameraDeviceControl();
 
-        mSettings = new CxeFakeSettings();
-
         mFeatureManager = new CxeFakeFeatureManager();
 
         mSensorEventHandler = new CxeFakeSensorEventHandler();
@@ -70,8 +68,6 @@
 
         mVideoCaptureControl = new CxeFakeVideoCaptureControl();
 
-        mSettingsModel = new CxeFakeSettingsModel();
-
         mFeatureManager = new CxeFakeFeatureManager();
 
     }