diff -r 0818dd463d41 -r 924385140d98 coreapplicationuis/SysAp/Inc/sysapbatteryinfocontroller.h --- a/coreapplicationuis/SysAp/Inc/sysapbatteryinfocontroller.h Thu Aug 19 10:05:08 2010 +0300 +++ b/coreapplicationuis/SysAp/Inc/sysapbatteryinfocontroller.h Tue Aug 31 15:24:25 2010 +0300 @@ -22,7 +22,7 @@ #include class CBSUtil; -class CBatteryPopupControl; +// class CBatteryPopupControl; /** * Controller for enhanced battery information. @@ -101,12 +101,6 @@ */ void BatteryStatusUpdated( const TInt aValue ); - /** - * Check if battery status is above the threshold level - * - */ - TBool IsBatteryInfoAboveThreshold() const; - private: /** @@ -157,7 +151,7 @@ * Battery popup control. * Own. */ - CBatteryPopupControl* iBatteryPopup; + // CBatteryPopupControl* iBatteryPopup; };