--- a/skins/AknSkins/inc/AknsAppSkinInstance.h Thu Aug 19 10:53:51 2010 +0300
+++ b/skins/AknSkins/inc/AknsAppSkinInstance.h Tue Aug 31 16:13:36 2010 +0300
@@ -512,23 +512,6 @@
* @return if wallpaper defined.
*/
TBool WallpaperDefined( ) const;
-
- /**
- * Sets the flag indicating whether animation background should be used
- * in the scope of the current AppUi.
- *
- * @param Value of the flag as TBool.
- */
- void SetAnimationBackgroundDisabledL( TBool aDisabled );
-
- /**
- * Queries whether animation background should be used for newly created
- * current AppUi.
- *
- * @return ETrue if animation background is disabled, EFalse
- * otherwise. The default value is EFalse.
- */
- TBool AnimationBackgroundDisabled() const;
private: // Private ConstructL
@@ -644,17 +627,6 @@
* Wallpaper Type
*/
TBool iWallpaperDefined;
-
- /**
- * Flag indicating whether default skin parameters should be used
- * for newly created Avkon controls.
- */
- TBool iAnimationBackgroundDisabled;
-
- /**
- * Application UID
- */
- TUid iAppUid;
private: // Data