Most PluginManager refactoring is out of the way. Time to begin on AudioUnit support...
[ardour.git] / libs / ardour / globals.cc
index 308f502d2a46270d826b651da1711f56063d7995..1342c0147baecacaa37add2550da15dc13150839 100644 (file)
@@ -190,7 +190,7 @@ setup_midi ()
 }
 
 int
-ARDOUR::init (AudioEngine& engine, bool use_vst, bool try_optimization)
+ARDOUR::init (bool use_vst, bool try_optimization)
 {
         bool generic_mix_functions = true;
 
@@ -300,7 +300,7 @@ ARDOUR::init (AudioEngine& engine, bool use_vst, bool try_optimization)
        }
 
        /* singleton - first object is "it" */
-       new PluginManager (engine);
+       new PluginManager ();
        
        /* singleton - first object is "it" */
        new ControlProtocolManager ();