diff -r 6df133bd92e1 -r 075425b8d9a4 radioengine/utils/inc/cradioenginetls.h --- a/radioengine/utils/inc/cradioenginetls.h Fri Jun 04 10:21:36 2010 +0100 +++ b/radioengine/utils/inc/cradioenginetls.h Fri Jun 11 13:38:32 2010 +0300 @@ -51,14 +51,6 @@ static MRadioEngineLogger* Logger(); /** - * Return the eikon environment - * - * @since Live TV UI v1.0 - * @return Pointer to CEikonEnv - */ - static CCoeEnv* Env(); - - /** * Returns the file server session * * @since Live TV UI v1.0 @@ -79,9 +71,9 @@ private: - static void InitializeL( CCoeEnv* aEnv = NULL, RFs* aFs = NULL ); + static void InitializeL( RFs* aFs = NULL ); - CRadioEngineTls( CCoeEnv* aEnv, RFs* aFs ); + CRadioEngineTls( RFs* aFs ); ~CRadioEngineTls(); @@ -96,12 +88,6 @@ #endif /** - * Pointer to the eikon environment - * Not own. - */ - CCoeEnv* iEnv; - - /** * Flag to indicate whether or not the file server session is owned */ TBool iFsOwned;