diff options
author | Max Kellermann <max@duempel.org> | 2014-08-23 16:17:52 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-26 05:53:15 +0200 |
commit | 294091ce6061197882cd7798fbf094ca29254a35 (patch) | |
tree | cb902faacb251d658035dd29576180a6983f34dc | |
parent | da6dd2dc9266511ef5250fdc27d27cc6e3e7b525 (diff) | |
download | mpd-294091ce6061197882cd7798fbf094ca29254a35.tar.gz mpd-294091ce6061197882cd7798fbf094ca29254a35.tar.xz mpd-294091ce6061197882cd7798fbf094ca29254a35.zip |
output/alsa: remove obsolete macros
Diffstat (limited to '')
-rw-r--r-- | src/output/plugins/AlsaOutputPlugin.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/output/plugins/AlsaOutputPlugin.cxx b/src/output/plugins/AlsaOutputPlugin.cxx index a66561f0b..307d0e2e4 100644 --- a/src/output/plugins/AlsaOutputPlugin.cxx +++ b/src/output/plugins/AlsaOutputPlugin.cxx @@ -32,9 +32,6 @@ #include <string> -#define ALSA_PCM_NEW_HW_PARAMS_API -#define ALSA_PCM_NEW_SW_PARAMS_API - static const char default_device[] = "default"; static constexpr unsigned MPD_ALSA_BUFFER_TIME_US = 500000; |