diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-01 17:57:05 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-01 17:57:05 +0000 |
| commit | cff18fc980fcc031613a3e7d0bd32fe47bded6c7 (patch) | |
| tree | 4ccf0052734c1314c373322573e7015ae132c591 /src/plugins/Output/alsa/settingsdialog.cpp | |
| parent | 5f0246e0ad17d3f317cfdc1569f51f85287a495c (diff) | |
| download | qmmp-cff18fc980fcc031613a3e7d0bd32fe47bded6c7.tar.gz qmmp-cff18fc980fcc031613a3e7d0bd32fe47bded6c7.tar.bz2 qmmp-cff18fc980fcc031613a3e7d0bd32fe47bded6c7.zip | |
dropped some old libs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8279 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/alsa/settingsdialog.cpp')
| -rw-r--r-- | src/plugins/Output/alsa/settingsdialog.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/Output/alsa/settingsdialog.cpp b/src/plugins/Output/alsa/settingsdialog.cpp index e60715b3d..df46925f3 100644 --- a/src/plugins/Output/alsa/settingsdialog.cpp +++ b/src/plugins/Output/alsa/settingsdialog.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2017 by Ilya Kotov * + * Copyright (C) 2006-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -18,7 +18,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include <QSettings> - #include <qmmp/qmmp.h> extern "C" @@ -91,7 +90,6 @@ void SettingsDialog::getCards() void SettingsDialog::getSoftDevices() { -#if SND_LIB_VERSION >= 0x010016 //1.0.22 void **hints = 0; int i = 0; @@ -120,7 +118,6 @@ void SettingsDialog::getSoftDevices() if (hints) snd_device_name_free_hint (hints); -#endif } void SettingsDialog::getCardDevices(int card) |
