13
0

Remove call to PBD::ID::init as it is now done via ARDOUR::init

This commit is contained in:
Tim Mayberry 2013-08-10 12:07:39 +10:00
parent 63745512bc
commit 611058bf58

View File

@ -513,8 +513,6 @@ int main (int argc, char *argv[])
/* some GUI objects need this */
PBD::ID::init ();
if (!ARDOUR::init (ARDOUR_COMMAND_LINE::use_vst, ARDOUR_COMMAND_LINE::try_hw_optimization, localedir)) {
error << string_compose (_("could not initialize %1."), PROGRAM_NAME) << endmsg;
exit (1);