summaryrefslogtreecommitdiffstats
path: root/include/ingen/Log.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-06 16:30:06 -0400
committerDavid Robillard <d@drobilla.net>2024-10-06 18:40:03 -0400
commit45bd400f71e574bfa2670f13f7c1611ab2089903 (patch)
treefd1e8c897a1a657323c5a2f1dceebcf290fa1d47 /include/ingen/Log.hpp
parentf3d9a68bfee80c57854369724de57f339ac0b5e1 (diff)
downloadingen-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.hpp3
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;