kerneltest/e32test/video/t_video.cpp
changeset 109 b3a1d9898418
parent 0 a41df078684a
child 257 3e88ff8f41d5
--- a/kerneltest/e32test/video/t_video.cpp	Mon May 03 13:47:38 2010 +0300
+++ b/kerneltest/e32test/video/t_video.cpp	Fri May 14 17:13:29 2010 +0300
@@ -420,7 +420,6 @@
 
 	TInt count;
 
-	TInt fourBppMode = -1;
 
 	for (count = 0; count < totalModes; count++)
 		{
@@ -456,9 +455,6 @@
 		ret = HAL::Get(HAL::EDisplayBitsPerPixel, HALArg);
 		test (KErrNone == ret);
 
-		if (HALArg == 4)
-			fourBppMode = count;
-
 		}
 
 
@@ -1035,8 +1031,6 @@
 
 	TInt count;
 
-	TInt fourBppMode = -1;
-
 	for (count = 0; count < totalModes; count++)
 		{
 
@@ -1071,9 +1065,6 @@
 		ret = HAL::Get(screen, HAL::EDisplayBitsPerPixel, HALArg);
 		test (KErrNone == ret);
 
-		if (HALArg == 4)
-			fourBppMode = count;
-
 		}