diff -r 7333d7932ef7 -r 8b7f4e561641 appinstaller/AppinstUi/Daemon/Inc/uninstaller.h --- a/appinstaller/AppinstUi/Daemon/Inc/uninstaller.h Tue Aug 31 15:21:33 2010 +0300 +++ b/appinstaller/AppinstUi/Daemon/Inc/uninstaller.h Wed Sep 01 12:22:02 2010 +0100 @@ -137,12 +137,6 @@ * @since 3.2 */ void ExitUninstaller(); - - /** - * Calculate precent value for universal indicator. - * This precent value show how many packages has been uninstalled. - */ - void CalcPercentValue(); private: @@ -169,9 +163,7 @@ // Uninstaller dialog. CDialogWrapper* iDialogs; // Descriptor for mime type. - HBufC* iMime; - // Percent value for universal indicator. - TReal iPercentValue; + HBufC8* iMime; }; } //namespace Swi