diff options
Diffstat (limited to 'src/Log.cpp')
-rw-r--r-- | src/Log.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Log.cpp b/src/Log.cpp index e17e1555..1c5b64d9 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -72,15 +72,6 @@ Log::trace(const std::string& msg) vtprintf(_uris.log_Trace, msg.c_str(), args); } -void -Log::print(FILE* stream, const std::string& msg) const -{ - fprintf(stream, "%s", msg.c_str()); - if (_flush) { - fflush(stdout); - } -} - int Log::vtprintf(LV2_URID type, const char* fmt, va_list args) { |