Remove excessive SMF "Wrote EOT" printing.

Shave a few bytes off each ControlPoint if not used by a Curve (24 bytes on 64-bit).


git-svn-id: svn://localhost/ardour2/trunk@2294 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2007-08-13 20:27:38 +00:00
parent 67a0d6b2d9
commit 2f84a7792b
3 changed files with 22 additions and 9 deletions

View file

@ -202,7 +202,7 @@ SMFSource::flush_header ()
int
SMFSource::flush_footer()
{
cerr << "SMF " << name() << " writing EOT\n";
//cerr << "SMF " << name() << " writing EOT\n";
fseek(_fd, 0, SEEK_END);
write_var_len(0);