diff -r 8bd087478b48 -r a1ffcb559f99 QTfrontend/hwform.h --- a/QTfrontend/hwform.h Sun Dec 02 01:25:11 2012 +0400 +++ b/QTfrontend/hwform.h Sun Dec 02 01:26:00 2012 +0400 @@ -61,7 +61,6 @@ HWForm(QWidget *parent = 0, QString styleSheet = ""); Ui_HWForm ui; static GameUIConfig * config; - static QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though void updateXfire(); void PlayDemoQuick(const QString & demofilename); void exit();