idlehomescreen/xmluirendering/uiengine/src/xnnodepluginif.cpp
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
--- a/idlehomescreen/xmluirendering/uiengine/src/xnnodepluginif.cpp	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/src/xnnodepluginif.cpp	Wed Oct 13 14:18:30 2010 +0300
@@ -26,9 +26,6 @@
 #include "xndomdocument.h"
 #include "xnodt.h"
 
-_LIT8( KFocus, "focus" );
-_LIT8( KEdit, "edit" );
-
 // ============================ MEMBER FUNCTIONS ===============================
 
 // -----------------------------------------------------------------------------
@@ -210,16 +207,7 @@
 //
 EXPORT_C TBool CXnNodePluginIf::IsFocusedState()
     {
-    return iNode->IsStateSet( KFocus );
-    }
-
-// -----------------------------------------------------------------------------
-// CXnNodePluginIf::IsEditState
-// -----------------------------------------------------------------------------
-//
-EXPORT_C TBool CXnNodePluginIf::IsEditState()
-    {
-    return iNode->IsStateSet( KEdit );
+    return iNode->IsStateSet( _L8( "focus" ) );
     }
 
 // -----------------------------------------------------------------------------