graphicscomposition/openwfsupport/test/tstreamoperation/surfaceutility.h
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
--- a/graphicscomposition/openwfsupport/test/tstreamoperation/surfaceutility.h	Tue Feb 02 01:47:50 2010 +0200
+++ b/graphicscomposition/openwfsupport/test/tstreamoperation/surfaceutility.h	Fri Apr 16 16:21:04 2010 +0300
@@ -62,8 +62,6 @@
 	//Native Stream
 	void FillNativeStreamSurfaceL(TSurfaceId& aSurface, TUint8* aBufferPtr, const TRgb& aColor);
 	TBool CompareSurfacesL(TSurfaceId& aSurface, TInt aBuffer, TSurfaceId& aStreamSurface, TUint8* aBufferPtr);
-	
-	void SetAutoUpdateScreenNum(TInt aScreenNum);
 	RSurfaceManager& Manager()	{return iManager;}
 	RSurfaceUpdateSession& Session()	{return iSurfaceUpdateSession;}
 private:
@@ -73,7 +71,6 @@
 private:
 	RSurfaceManager iManager;
 	RSurfaceUpdateSession iSurfaceUpdateSession;
-    TInt    iScreenNum;
 	//This local object wraps the array operations in a heap switch
 	//The reason for providing this wrapper is to allow threads to share the surface manager surface ID list.
 	//In particular, the next test can attempt to release the previous test's surfaces if it paniced.