diff -r 3321d3e205b6 -r b01126ce0bec idlehomescreen/inc/xnuiengine.h --- a/idlehomescreen/inc/xnuiengine.h Tue Sep 14 20:58:58 2010 +0300 +++ b/idlehomescreen/inc/xnuiengine.h Wed Sep 15 12:00:00 2010 +0300 @@ -82,18 +82,6 @@ void RenderUIL( CXnNode* aNode = NULL ); /** - * Calculates the layout of the UI and renders it. - * This generates full re-layout starting from the given node, - * regardless of the current dirty set or the active view. - * I.e. this can be used to layout an inactive view. - * - * @since Series 60 5.2 - * @param aNode Starting point for the layout - * @exception KXnErrLoadLayoutFileFailed Loading the layout file failed. - */ - void RenderFromNodeL( CXnNode& aNode ); - - /** * Calculates the layout of the UI. * * @since Series 60 3.1 @@ -102,17 +90,6 @@ void LayoutUIL( CXnNode* aNode = NULL ); /** - * Calculates the layout of the UI. - * This generates full re-layout starting from the given node, - * regardless of the current dirty set or the active view. - * I.e. this can be used to layout an inactive view. - * - * @since Series 60 5.2 - * @param aNode Starting point for the layout - */ - void LayoutFromNodeL( CXnNode& aNode ); - - /** * Gets the root node of the UI. Ownership is not transferred. * * @since Series 60 3.1