No-op; some comments, remove some unused stuff, minor tidying up.

git-svn-id: svn://localhost/ardour2/branches/3.0@12616 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-08 21:06:49 +00:00
parent aba03a3aa6
commit 0a4b746317
6 changed files with 29 additions and 50 deletions

View file

@ -102,7 +102,7 @@ Session::pre_export ()
/** Called for each range that is being exported */
int
Session::start_audio_export (framepos_t position, bool /* realtime */)
Session::start_audio_export (framepos_t position)
{
if (!_exporting) {
pre_export ();