diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 16:30:06 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-06 18:40:03 -0400 |
commit | 45bd400f71e574bfa2670f13f7c1611ab2089903 (patch) | |
tree | fd1e8c897a1a657323c5a2f1dceebcf290fa1d47 /include/ingen/Log.hpp | |
parent | f3d9a68bfee80c57854369724de57f339ac0b5e1 (diff) | |
download | ingen-45bd400f71e574bfa2670f13f7c1611ab2089903.tar.gz ingen-45bd400f71e574bfa2670f13f7c1611ab2089903.tar.bz2 ingen-45bd400f71e574bfa2670f13f7c1611ab2089903.zip |
Remove dead code
Diffstat (limited to 'include/ingen/Log.hpp')
-rw-r--r-- | include/ingen/Log.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ingen/Log.hpp b/include/ingen/Log.hpp index 8d1b420c..572e7b81 100644 --- a/include/ingen/Log.hpp +++ b/include/ingen/Log.hpp @@ -25,7 +25,6 @@ #include "lv2/urid/urid.h" #include <cstdarg> -#include <cstdio> #include <functional> #include <memory> #include <string> @@ -95,8 +94,6 @@ public: void set_sink(Sink s) { _sink = std::move(s); } private: - void print(FILE* stream, const std::string& msg) const; - LV2_Log_Log* _log; URIs& _uris; Sink _sink; |