diff -r bbf46f59e123 -r 25ffed67c7ef graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp --- a/graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp Tue Aug 31 16:31:06 2010 +0300 +++ b/graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp Wed Sep 01 12:39:21 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2005-2009 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" @@ -40,7 +40,6 @@ #include "ttranslucent.h" #include "tspriteperf.h" #include "textendedbitmap.h" -#include "tfbsglyphdata.h" /** Same code for Secure and non-secure variants @@ -159,7 +158,5 @@ testStep = new CTSpritePerf(); else if(aStepName == KTExtendedBitmap) testStep = new CTExtendedBitmap(); - else if(aStepName == KTFbsGlyphData) - testStep = new CTFbsGlyphData(); return testStep; }