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 {
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 QComboBox;
class QLineEdit;
......@@ -123,7 +103,7 @@ private:
int number;
QWidgetList optionWidgets;
QHash<QString, QWidget*> optionWidgets;
QStringList qs_filter;
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