Remove #ifdef'ed format-specific error-log messages
authorRobin Gareus <robin@gareus.org>
Sat, 7 Dec 2019 14:09:20 +0000 (15:09 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 7 Dec 2019 14:38:53 +0000 (15:38 +0100)
commitc7c40f6f3df85114a59092efa8ad879b3e90d822
treed913a30aa15a9a2e709c2df94df1f0f5f7988e58
parent9040fd46709ed27ff89562e5f8517fca8e097600
Remove #ifdef'ed format-specific error-log messages

With inclusion of Mp3FileSource, this would get tricky.
On MacOS, the SndFileSource's sf_error_str message is never displayed,
anyway, also calling methods all handle failed-constructor.
So error-log is less important.
libs/ardour/coreaudiosource.cc
libs/ardour/sndfilesource.cc
libs/ardour/source_factory.cc