--- a/taskswitcher/server/src/tsrunningappserver.cpp Wed Oct 06 16:00:22 2010 +0300
+++ b/taskswitcher/server/src/tsrunningappserver.cpp Wed Oct 13 12:59:22 2010 +0300
@@ -19,7 +19,6 @@
#include "tsrunningappserver.h"
#include "tsrunningappsession.h"
#include "tsresourcemanagerimp.h"
-#include "tsbacksteppingactivation.h"
#include "tswindowgroupsmonitorimp.h"
#include "tsmodel.h"
#include "tsstorage.h"
@@ -44,7 +43,6 @@
*/
CTsRunningAppServer::~CTsRunningAppServer()
{
- delete iBacksteppingEngine;
delete iStorage;
delete iAppsModel;
delete iServiceProvider;
@@ -91,8 +89,6 @@
// load initial data
iStorage->DataChanged();
-
- TRAP_IGNORE(iBacksteppingEngine = CTsBacksteppingActivation::NewL(iResources->WsMonitor());)
}
// -----------------------------------------------------------------------------