diff -r 2bd88482bfe5 -r 6a1564a2f3e6 graphicsdeviceinterface/gdi/tgdi/TGdiServer.cpp --- a/graphicsdeviceinterface/gdi/tgdi/TGdiServer.cpp Thu Sep 02 21:50:40 2010 +0300 +++ b/graphicsdeviceinterface/gdi/tgdi/TGdiServer.cpp Fri Sep 17 08:36:49 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; }