phoneuis/BubbleManager/Src/BMBubbleOutlookBottomImage.cpp
branchRCL_3
changeset 12 b68fcd923911
parent 7 544e34b3255a
--- a/phoneuis/BubbleManager/Src/BMBubbleOutlookBottomImage.cpp	Tue May 11 16:13:03 2010 +0300
+++ b/phoneuis/BubbleManager/Src/BMBubbleOutlookBottomImage.cpp	Tue May 25 12:41:50 2010 +0300
@@ -155,22 +155,18 @@
             BubbleLayout2::BubbleFrameInnerOuterRects( frameRect, 
                                                        outerRect, 
                                                        innerRect);
-            
-            TAknsItemID coMaskFrameId;
+
             if ( callState == CBubbleManager::EOnHold )
                 {
                 iFrameId = KAknsIIDQsnFrCall2Bubble;
-                coMaskFrameId = KAknsIIDQsnFrCall2BubbleCoMask;    
                 }
             else if ( callState == CBubbleManager::EDisconnected )
                 {
                 iFrameId = KAknsIIDQsnFrCall2BubbleFirstDisconn;
-                coMaskFrameId = KAknsIIDQsnFrCall2BubbleFirstCoMask;            
                 }
             else
                 {
                 iFrameId = KAknsIIDQsnFrCall2BubbleFirst;
-                coMaskFrameId = KAknsIIDQsnFrCall2BubbleFirstCoMask;                
                 } 
                 
             iOuterRect = outerRect;