diff -r 65be1d84df1f -r 8f536f98e1f8 inc/screensavershareddatai.h --- a/inc/screensavershareddatai.h Wed Sep 15 12:13:53 2010 +0300 +++ b/inc/screensavershareddatai.h Wed Oct 13 14:33:00 2010 +0300 @@ -249,16 +249,6 @@ * Returns the pointer of the screensaver repository */ CRepository* ScreensaverRepository() const; - -public: - /* - * Get the flag of display changed - */ - TBool GetDisplayObjChanged() const; - /* - * Set the flag of display changed - */ - void SetDisplayObjChanged( TBool aChanged ); private: @@ -398,11 +388,6 @@ * System startup completion flag */ TBool iStartupComplete; - - /** - * Record display changed flag - */ - TBool iDisplayChange; }; #endif // C_SCREENSAVERSHAREDDATAI_H