diff -r 6bcf277166c1 -r 451b2e1545b2 radioengine/utils/inc/cradioenginetls.h --- a/radioengine/utils/inc/cradioenginetls.h Fri Jun 11 16:24:13 2010 +0100 +++ b/radioengine/utils/inc/cradioenginetls.h Thu Jul 22 16:33:45 2010 +0100 @@ -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;