diff -r 7f3bd9e31f18 -r 1ee7f087195a QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Thu Jan 11 23:29:57 2007 +0000 +++ b/QTfrontend/gameuiconfig.h Fri Jan 12 15:23:16 2007 +0000 @@ -38,7 +38,6 @@ bool isSoundEnabled(); bool isShowFPSEnabled(); quint8 timerInterval(); - QString GetRandomTheme(); private slots: @@ -47,7 +46,6 @@ private: HWForm * Form; - QStringList Themes; }; #endif