13
0

remove unnecessary call to init_post_engine() (now called from libardour)

This commit is contained in:
Paul Davis 2019-01-17 09:18:53 -06:00
parent c60d8cf747
commit 755babeb59

View File

@ -198,7 +198,6 @@ static int start_engine (uint32_t rate)
return -1;
}
init_post_engine ();
return 0;
}