coreapplicationuis/SysAp/Inc/SysApFeatureManager.h
changeset 29 6a787171e1de
parent 0 2e3d3ce01487
child 46 eea20ed08f4b
--- a/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Mon May 03 12:40:23 2010 +0300
+++ b/coreapplicationuis/SysAp/Inc/SysApFeatureManager.h	Fri May 14 16:01:13 2010 +0300
@@ -209,7 +209,7 @@
     * @since S60 3.2
     * @return ETrue if feature is supported
     */ 
-    TBool FmTxSupported() const;
+//    TBool FmTxSupported() const;
 
     /**
     * Returns whether pen is enabled.
@@ -244,7 +244,7 @@
     * @since S60 5.1
     * @return ETrue if feature is supported
     */
-    TBool FmTxRdsTextSupported() const;
+//    TBool FmTxRdsTextSupported() const;
 
 private:
 
@@ -339,7 +339,7 @@
     /**
     * FM TX supported status
     */
-    TBool iFmTxSupported;
+//    TBool iFmTxSupported;
     
     /**
     * Pen enabled status.
@@ -359,7 +359,7 @@
     /**
     * FM TX RDS Text support status.
     */
-    TBool iFmTxRdsTextSupported;
+//    TBool iFmTxRdsTextSupported;
 };
 
 #endif // SYSAPFEATUREMANAGER_H