graphicsdeviceinterface/screendriver/sgeneric/scnew.cpp
branchRCL_3
changeset 163 bbf46f59e123
parent 33 25f95128741d
child 164 25ffed67c7ef
--- a/graphicsdeviceinterface/screendriver/sgeneric/scnew.cpp	Thu Aug 19 11:11:18 2010 +0300
+++ b/graphicsdeviceinterface/screendriver/sgeneric/scnew.cpp	Tue Aug 31 16:31:06 2010 +0300
@@ -372,24 +372,6 @@
 		}
 	}
 
-/**
-Implementation of corresponding function in CDrawDevice, utilizing a tracked
-update region. Adds the given region to the update region and updates the
-screen.
-@param aRegion	Additional region to be updated.
-*/
-void CScreenDeviceHelper::Update(const TRegion& aRegion)
-	{
-	if(!aRegion.IsEmpty() && !aRegion.CheckError())
-		{
-		TInt rcCnt = aRegion.Count();
-		for (TInt ii=0; ii < rcCnt; ++ii)
-			{
-			UpdateRegion(aRegion[ii]);
-			}
-		}
-	Update();
-	}
 
 /**
 Implementation of corresponding function in CDrawDevice, utilizing a tracked