diff -r 0818dd463d41 -r 924385140d98 coreapplicationuis/SysAp/Inc/SysApFeatureManager.h --- a/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h Thu Aug 19 10:05:08 2010 +0300 +++ b/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h Tue Aug 31 15:24:25 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2003-2009 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" @@ -180,14 +180,6 @@ TBool GripNotSupported() const; /** - * Returns whether SlideSupported is set. - * - * @since S60 9.2 - * @return ETrue if feature is set - */ - TBool SlideSupported() const; - - /** * Returns whether Cover Display is supported. * * @since S60 3.2 @@ -217,7 +209,7 @@ * @since S60 3.2 * @return ETrue if feature is supported */ - TBool FmTxSupported() const; + // TBool FmTxSupported() const; /** * Returns whether pen is enabled. @@ -252,25 +244,7 @@ * @since S60 5.1 * @return ETrue if feature is supported */ - TBool FmTxRdsTextSupported() const; - - - /** - * Returns whether a short press of the power key - * triggers the keylock - * - * @since S60 5.2 - * @return ETrue if feature is supported - */ - TBool PowerKeyIsLockKey() const; - - /** - * Returns whether GAN is supported. - * - * @since S60 3.2 - * @return ETrue if feature is supported - */ - TBool GanSupported() const; + // TBool FmTxRdsTextSupported() const; private: @@ -348,11 +322,6 @@ TBool iGripNotSupported; /** - * Slide supported status. - */ - TBool iSlideSupported; - - /** * Cover display support status. */ TBool iCoverDisplaySupported; @@ -370,7 +339,7 @@ /** * FM TX supported status */ - TBool iFmTxSupported; + // TBool iFmTxSupported; /** * Pen enabled status. @@ -390,19 +359,7 @@ /** * FM TX RDS Text support status. */ - TBool iFmTxRdsTextSupported; - - - /** - * Short press of power key invokes keylock - */ - TBool iPowerKeyIsLockKey; - - /** - * Generic Access Network (GAN) supported status. - */ - TBool iGanSupported; - + // TBool iFmTxRdsTextSupported; }; #endif // SYSAPFEATUREMANAGER_H