radioengine/settings/api/cradiosettings.h
changeset 28 075425b8d9a4
parent 13 46974bebc798
--- a/radioengine/settings/api/cradiosettings.h	Fri Jun 04 10:21:36 2010 +0100
+++ b/radioengine/settings/api/cradiosettings.h	Fri Jun 11 13:38:32 2010 +0300
@@ -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.