mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
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:
parent
67a0d6b2d9
commit
2f84a7792b
3 changed files with 22 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue