diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/inc/xnappuiadapter.h --- a/idlehomescreen/inc/xnappuiadapter.h Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/inc/xnappuiadapter.h Wed Oct 13 14:18:30 2010 +0300 @@ -40,7 +40,6 @@ class CXnEffectManager; class MHsContentControl; class CXnItemActivator; -class CXnViewSwitcher; // Class declaration /** @@ -318,13 +317,6 @@ */ void ShowFocus(); - /** - * View switcher helper. - * - * @since S60 5.0 - */ - CXnViewSwitcher* ViewSwitcher(); - private: // Data @@ -349,12 +341,6 @@ * Own. */ TXnUiEngineAppIf* iUiEngineAppIf; - - /** - * View switcher scrolls view when finger follow is used. - * Own. - */ - CXnViewSwitcher* iViewSwitcher; }; #endif