idlehomescreen/xmluirendering/uiengine/src/xnuiengine.cpp
branchRCL_3
changeset 93 b01126ce0bec
parent 88 3321d3e205b6
child 102 ba63c83f4716
--- 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
 // -----------------------------------------------------------------------------