phoneuis/dialer/inc/cdialerkeypadcontainer.h
branchRCL_3
changeset 14 24062c24fe38
parent 9 8871b09be73b
child 17 38529f706030
--- a/phoneuis/dialer/inc/cdialerkeypadcontainer.h	Fri Feb 19 22:50:26 2010 +0200
+++ b/phoneuis/dialer/inc/cdialerkeypadcontainer.h	Fri Mar 12 15:42:40 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2007 - 2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -177,21 +177,16 @@
          * Keypad buttons.
          * Owned.
          */
-        RPointerArray<CDialerKeyPadButton> iButtons;  
+        RPointerArray<CDialerKeyPadButton> iButtons;
         
         /**
-         * Number of buttons.
+         * True, when EEventStateChanged event reported. 
          */
-        TInt iButtonCount;
-         
-        /**
-         * True, when EEventStateChanged event reported. 
-         */        
         TBool iButtonPressedDown;
         
         /**
          * Stores last pointer event. 
-         */        
+         */
         TPointerEvent iPointerEvent;
         
         /**