radioengine/engine/api/cradioengine.h
changeset 54 a8ba0c289b44
parent 28 075425b8d9a4
--- a/radioengine/engine/api/cradioengine.h	Mon Sep 20 18:04:48 2010 +0300
+++ b/radioengine/engine/api/cradioengine.h	Tue Oct 05 09:31:22 2010 +0300
@@ -24,7 +24,6 @@
 #include "radioengine.hrh"
 
 // Forward declarations
-class MRadioEngineInitializer;
 class CRadioAudioRouter;
 class CRadioSettings;
 class MRadioApplicationSettings;
@@ -47,7 +46,7 @@
      * Starts the radio engine initialization.
      * Asks the given initializer to create the member variables
      */
-    IMPORT_C static CRadioEngine* NewL( MRadioEngineInitializer& aInitializer );
+    IMPORT_C static CRadioEngine* NewL();
 
     IMPORT_C ~CRadioEngine();