phoneuis/BubbleManager/Src/BMBubbleOutlookTopRight.cpp
branchRCL_3
changeset 19 544e34b3255a
parent 0 5f000ab63145
child 34 b68fcd923911
--- a/phoneuis/BubbleManager/Src/BMBubbleOutlookTopRight.cpp	Wed Mar 31 21:30:06 2010 +0300
+++ b/phoneuis/BubbleManager/Src/BMBubbleOutlookTopRight.cpp	Wed Apr 14 15:56:42 2010 +0300
@@ -240,21 +240,18 @@
             BubbleLayout2::BubbleFrameInnerOuterRects( frameRect, 
                                                        outerRect, 
                                                        innerRect);
-            TAknsItemID coMaskFrameId;
+
             if ( callState == CBubbleManager::EOnHold )
                 {
                 iFrameId = KAknsIIDQsnFrCall2Bubble;
-                coMaskFrameId = KAknsIIDQsnFrCall2BubbleCoMask;
                 }
             else if ( callState == CBubbleManager::EDisconnected )
                 {
                 iFrameId = KAknsIIDQsnFrCall2BubbleSecondDisconn;
-                coMaskFrameId = KAknsIIDQsnFrCall2BubbleSecondCoMask;
                 }
             else
                 {
                 iFrameId = KAknsIIDQsnFrCall2BubbleSecond;
-                coMaskFrameId = KAknsIIDQsnFrCall2BubbleSecondCoMask;
                 }                
             
             iOuterRect = outerRect;
@@ -296,14 +293,7 @@
                 outerRect,
                 innerRect,
                 iBubble );
-            
-            // Add transparency
-            BubbleUtils::AddTransparencyToBubbleImageL( 
-                coMaskFrameId,
-                outerRect,
-                innerRect,
-                iBubble );
-                
+                          
             break;
             }
         case CBubbleManager::ENone: