graphicstest/uibench/s60/src/te_graphicsperformancesuiteserver_s60.cpp
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
--- a/graphicstest/uibench/s60/src/te_graphicsperformancesuiteserver_s60.cpp	Tue Feb 02 01:47:50 2010 +0200
+++ b/graphicstest/uibench/s60/src/te_graphicsperformancesuiteserver_s60.cpp	Fri Apr 16 16:21:04 2010 +0300
@@ -1,22 +1,21 @@
- // Copyright (c) 2006-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"
- // which accompanies this distribution, and is available
- // at the URL "http://www.eclipse.org/legal/epl-v10.html".
- //
- // Initial Contributors:
- // Nokia Corporation - initial contribution.
- //
- // Contributors:
- //
- // Description:
- //
+// Copyright (c) 2006-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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
 
 /**
  @file
- @test
- @internalComponent - Internal Symbian test code 
+ @test 
 */
 
 #include "te_graphicsperformancesuiteserver_s60.h"
@@ -38,7 +37,6 @@
 #include "tsmallwindowstestopenvg.h"
 #include "tsmallwindowstestraster.h"
 #include "tcopyrect.h"
-#include "teglswapbuffer.h"
 
 
 /**
@@ -187,10 +185,6 @@
 	    {
 		testStep = new CTCopyRect();
 		}
-	else if(aStepName == KTEglSwapBuffer)
-        {
-        testStep = new CTEglSwapBuffer();
-        }
 
 	return testStep;
 	}