inc/screensavershareddatai.h
branchRCL_3
changeset 31 8f536f98e1f8
parent 26 e8d784ac1a4b
--- 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