mpxmusicplayer/commonui/src/mpxcommonuihelper.cpp
branchRCL_3
changeset 66 1f1dad4af8f8
parent 56 2cbbefa9af78
--- a/mpxmusicplayer/commonui/src/mpxcommonuihelper.cpp	Wed Sep 15 12:09:46 2010 +0300
+++ b/mpxmusicplayer/commonui/src/mpxcommonuihelper.cpp	Wed Oct 13 14:28:40 2010 +0300
@@ -239,21 +239,6 @@
         }
     return ret;
     }
-     
-// ---------------------------------------------------------------------------
-// Check if the host application is calendar
-// ---------------------------------------------------------------------------
-//
-EXPORT_C TBool CMPXCommonUiHelper::IsHostCalendarL()
-{
-    TBool ret( EFalse );
-    TInt hostUid = MPXTlsHelper::HostUid().iUid;
-    if ( hostUid == KMPXCalendarUid)
-        {
-        ret = ETrue;
-        }
-    return ret;
-}
 
 // ---------------------------------------------------------------------------
 // Check if the host application is browser