Commit 9e7f5e07 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove Sprefs hack that has lived and been abused for too long...

parent b266c9b8
...@@ -63,26 +63,6 @@ enum { ...@@ -63,26 +63,6 @@ enum {
CachingHigher = 1000 CachingHigher = 1000
}; };
enum {
#ifdef WIN32
directxW,
#elif defined( __OS2__)
kaiW,
#else
alsaW,
ossW,
#endif
fileW,
audioOutCoB,
normalizerChB,
volLW,
headphoneB,
spdifChB,
};
enum { inputLE, cachingCoB };
enum { skinRB, qtRB, styleCB };
enum { shadowCB, backgroundCB };
class ConfigControl; class ConfigControl;
class QComboBox; class QComboBox;
class QLineEdit; class QLineEdit;
...@@ -123,7 +103,7 @@ private: ...@@ -123,7 +103,7 @@ private:
int number; int number;
QWidgetList optionWidgets; QHash<QString, QWidget*> optionWidgets;
QStringList qs_filter; QStringList qs_filter;
QButtonGroup *radioGroup; QButtonGroup *radioGroup;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment