summaryrefslogtreecommitdiff
path: root/src/device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.cc')
-rw-r--r--src/device.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/device.cc b/src/device.cc
index f68a90a..b4c6379 100644
--- a/src/device.cc
+++ b/src/device.cc
@@ -34,12 +34,6 @@ Device::Device(std::string device)
Device::~Device()
{
- /*
- if(handle) {
- snd_pcm_drain(handle);
- snd_pcm_close(handle);
- }
- */
}
std::vector<std::string> Device::mixerNames()