diff options
author | David Robillard <d@drobilla.net> | 2020-11-28 22:42:55 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-28 22:49:10 +0100 |
commit | 201a23cf05fca67702f5d1bbc214bcfd6cc442b4 (patch) | |
tree | c05a476af56c4fe38ffb85d29cf7d249eac70efd /src/AlsaDriver.hpp | |
parent | 986742304796e127aada3d03f7e714134e3cffb1 (diff) | |
download | patchage-201a23cf05fca67702f5d1bbc214bcfd6cc442b4.tar.gz patchage-201a23cf05fca67702f5d1bbc214bcfd6cc442b4.tar.bz2 patchage-201a23cf05fca67702f5d1bbc214bcfd6cc442b4.zip |
Remove more dead code
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r-- | src/AlsaDriver.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index 2f4b1e3..1c57c02 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -22,9 +22,7 @@ #include <alsa/asoundlib.h> #include <pthread.h> -#include <map> #include <set> -#include <string> class ILog; @@ -52,8 +50,6 @@ public: bool connect(PortID tail_id, PortID head_id) override; bool disconnect(PortID tail_id, PortID head_id) override; - void print_addr(snd_seq_addr_t addr); - private: bool create_refresh_port(); static void* refresh_main(void* me); |