Bug 777824 - Remove nsIdleServiceDaily::mObservesIdle since it is never used; r=roc

This commit is contained in:
Ehsan Akhgari 2012-07-26 20:03:11 -04:00
parent 42023fff9f
commit 5fef716c97

View File

@ -64,11 +64,6 @@ private:
*/
nsIIdleService* mIdleService;
/**
* Set to true when the instantiated object has a idle observer.
*/
bool mObservesIdle;
/**
* Place to hold the timer used by this class to determine when a day has
* passed, after that it will wait for idle time to be detected.