add NO translator name and remove debugging output line from audioengine.cc

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5335 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-07-06 18:26:57 +00:00
parent 4de69689ba
commit 187ec1ab29
2 changed files with 1 additions and 1 deletions

View file

@ -183,6 +183,7 @@ static const char* translators[] = {
N_("Swedish:\n\t Petter Sundlöf <petter.sundlof@gmail.com>\n"),
N_("Polish:\n\t Piotr Zaryk <pzaryk@gmail.com>\n"),
N_("Czech:\n\t Pavel Frich\n"),
N_("Norwegian:\n\t Eivind Ødegård\n"),
0
};

View file

@ -112,7 +112,6 @@ AudioEngine::start ()
if (!_running) {
nframes_t blocksize = jack_get_buffer_size (_jack);
cerr << "pre-run: Set Port buffer size to " << blocksize << endl;
Port::set_buffer_size (blocksize);
if (session) {