diff -r 3321d3e205b6 -r b01126ce0bec idlehomescreen/xmluirendering/uiengine/src/xnuiengine.cpp --- a/idlehomescreen/xmluirendering/uiengine/src/xnuiengine.cpp Tue Sep 14 20:58:58 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/src/xnuiengine.cpp Wed Sep 15 12:00:00 2010 +0300 @@ -160,16 +160,6 @@ } // ----------------------------------------------------------------------------- -// CXnUiEngine::RenderFromNodeL -// Forwards the call to the ui engine implementation -// ----------------------------------------------------------------------------- -void CXnUiEngine::RenderFromNodeL( CXnNode& aNode ) - { - iUiEngineImpl->LayoutFromNodeL( aNode ); - iUiEngineImpl->RenderFromNodeL( aNode ); - } - -// ----------------------------------------------------------------------------- // CXnUiEngine::LayoutUIL // Forwards the call to the ui engine implementation // ----------------------------------------------------------------------------- @@ -180,16 +170,6 @@ } // ----------------------------------------------------------------------------- -// CXnUiEngine::LayoutFromNodeL -// Forwards the call to the ui engine implementation -// ----------------------------------------------------------------------------- -// -void CXnUiEngine::LayoutFromNodeL( CXnNode& aNode ) - { - iUiEngineImpl->LayoutFromNodeL( aNode ); - } - -// ----------------------------------------------------------------------------- // CXnUiEngine::Resources // Forwards the call to the ui engine implementation // -----------------------------------------------------------------------------