idlehomescreen/xmluirendering/uiengine/src/xneditor.cpp
branchRCL_3
changeset 93 b01126ce0bec
parent 88 3321d3e205b6
child 102 ba63c83f4716
--- a/idlehomescreen/xmluirendering/uiengine/src/xneditor.cpp	Tue Sep 14 20:58:58 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/src/xneditor.cpp	Wed Sep 15 12:00:00 2010 +0300
@@ -57,7 +57,6 @@
 #include "xnviewdata.h"
 #include "xnwallpaperview.h"
 #include "xnbackgroundmanager.h"
-#include "xnpopupcontroladapter.h"
 
 #include "xneditor.h"
 #include "xnpanic.h"
@@ -629,18 +628,6 @@
         }
     if( ui )
         {
-        CXnNode* popup( iViewManager.UiEngine().StylusPopupNode() );
-        if ( popup )
-            {
-            CXnPopupControlAdapter* control =
-                static_cast< CXnPopupControlAdapter* >(
-                        popup->Control() );
-           
-            if ( control )
-                {
-                control->HideMenuL();
-                }
-            }
         ui->SetContentController( this );
         ui->Activate();