diff -r 25b95d6224fc -r 9b1c206a6cf2 QTfrontend/hwform.h --- a/QTfrontend/hwform.h Sat Dec 01 21:24:25 2012 -0500 +++ b/QTfrontend/hwform.h Sat Dec 01 21:32:34 2012 -0500 @@ -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();