diff -r 6bcf277166c1 -r 451b2e1545b2 radioengine/settings/api/cradiosettings.h --- a/radioengine/settings/api/cradiosettings.h Fri Jun 11 16:24:13 2010 +0100 +++ b/radioengine/settings/api/cradiosettings.h Thu Jul 22 16:33:45 2010 +0100 @@ -43,7 +43,7 @@ public: - IMPORT_C static CRadioSettings* NewL( CCoeEnv* aCoeEnv = NULL ); + IMPORT_C static CRadioSettings* NewL(); IMPORT_C virtual ~CRadioSettings(); @@ -74,13 +74,6 @@ virtual MRadioSettingsSetter& RadioSetter() const = 0; /** - * Returns the repository manager. - * - * @return The repository manager. - */ - virtual CRadioRepositoryManager& Repository() const = 0; - - /** * Resolves the most recently updated location for a file. * * @param aFileName The file name to be searched.