imagehandling_plat/thumbnailmanager_api/tsrc/src/ThumbnailManagerTestBlocks.cpp
changeset 14 2edacbf5d3f9
parent 0 2014ca87e772
child 30 b67379558a75
--- a/imagehandling_plat/thumbnailmanager_api/tsrc/src/ThumbnailManagerTestBlocks.cpp	Tue Feb 02 00:23:15 2010 +0200
+++ b/imagehandling_plat/thumbnailmanager_api/tsrc/src/ThumbnailManagerTestBlocks.cpp	Fri Mar 19 09:35:30 2010 +0200
@@ -627,7 +627,6 @@
 TInt CThumbnailManagerTest::CheckThumbnailCenrepL( CStifItemParser& aItem )
     {
     TInt err = KErrNone;
-    TBool full = EFalse;
     
     TInt sizeType;
     TInt displaymode = 0;
@@ -635,12 +634,6 @@
     User::LeaveIfError( aItem.GetNextInt( displaymode ));
     
     TThumbnailSize size = (TThumbnailSize)sizeType;
-    if (size == EImageFullScreenThumbnailSize ||
-        size == EVideoFullScreenThumbnailSize ||
-        size == EAudioFullScreenThumbnailSize)
-        {
-        full = ETrue;
-        }
     
     if ( iThumbnail )
         {
@@ -670,10 +663,6 @@
             {
             iLog->Log( _L( "CheckThumbnailCenrepL - ok" ));
             }
-        else if (full && (thumbSize.iWidth <= width && thumbSize.iHeight <= height))
-            {
-            iLog->Log( _L( "CheckThumbnailCenrepL - fullscreen ok, not upscaled" ));
-            }
         else
             {
             iLog->Log( _L( "CheckThumbnailCenrepL - size mismatch" ));