--- a/graphicsdeviceinterface/gdi/tgdi/TGdiServer.cpp Wed Aug 25 08:17:25 2010 +0300
+++ b/graphicsdeviceinterface/gdi/tgdi/TGdiServer.cpp Thu Sep 09 10:13:45 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
@@ -22,10 +22,6 @@
#include "TGdiServer.h"
#include "TRGB.H"
#include "TTYPES.H"
-#include "TBiDi.h"
-#include "TBiDiDefect.h"
-#include "TLineBreak.h"
-#include "TGlyphSel.h"
/* Path to the script
z:\GraphicsTest\gditest.script
@@ -113,14 +109,5 @@
testStep = new CTRgbStep();
else if(aStepName == KTTypesStep)
testStep = new CTTypesStep();
- else if(aStepName == KTBiDiStep)
- testStep = new CTBiDiStep();
- else if(aStepName == KTBiDiDefectStep)
- testStep = new CTBiDiDefectStep();
- else if(aStepName == KTLineBreakStep)
- testStep = new CTLineBreakStep();
- else if(aStepName == KTGlyphSelectionStep)
- testStep = new CTGlyphSelectionStep();
-
return testStep;
}