summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index c55953c..b0c2630 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -152,12 +152,10 @@ protected:
std::mutex _events_mutex;
std::queue<PatchageEvent> _driver_events;
-#ifdef HAVE_ALSA
std::unique_ptr<Driver> _alsa_driver;
void menu_alsa_connect();
void menu_alsa_disconnect();
-#endif
std::shared_ptr<PatchageCanvas> _canvas;