fix compilation
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 20 Oct 2013 13:04:27 +0000 (09:04 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 20 Oct 2013 13:04:27 +0000 (09:04 -0400)
gtk2_ardour/ardour_ui.cc

index 1ab229dbacea2cc36370a8cb121bbb236c1dfce0..43fd6bf11f97033b02ba41b9848d04fa64a367df 100644 (file)
@@ -218,8 +218,6 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
        boost::function<void (string)> pc (boost::bind (&ARDOUR_UI::parameter_changed, this, _1));
        ui_config->map_parameters (pc);
 
-       _audio_midi_setup = new EngineControl;
-
        editor = 0;
        mixer = 0;
        meterbridge = 0;