summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-29 18:02:59 +0100
committerDavid Robillard <d@drobilla.net>2020-11-29 18:03:31 +0100
commitb848d9ccbd94f88e3b1b9f1884a05efcea377dfc (patch)
tree6a859e66e613061b1abcebb13fada336982efbac /src/Patchage.hpp
parent9964717f1c5bf56f24c81ff5597085a62e966a7b (diff)
downloadpatchage-b848d9ccbd94f88e3b1b9f1884a05efcea377dfc.tar.gz
patchage-b848d9ccbd94f88e3b1b9f1884a05efcea377dfc.tar.bz2
patchage-b848d9ccbd94f88e3b1b9f1884a05efcea377dfc.zip
Completely isolate drivers from the rest of the application
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 0e81afb..09e55fa 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -154,9 +154,6 @@ protected:
std::unique_ptr<Driver> _alsa_driver;
- void menu_alsa_connect();
- void menu_alsa_disconnect();
-
std::shared_ptr<PatchageCanvas> _canvas;
std::unique_ptr<AudioDriver> _jack_driver;