diff -r a79784328c03 -r 64e059b6f9c5 QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Mon Aug 02 01:07:51 2010 +0200 +++ b/QTfrontend/gameuiconfig.h Mon Aug 02 15:23:16 2010 +0200 @@ -35,12 +35,10 @@ QStringList GetTeamsList(); QRect vid_Resolution(); bool vid_Fullscreen(); + quint32 translateQuality(); bool isSoundEnabled(); bool isFrontendSoundEnabled(); QString language(); -#ifdef _WIN32 - bool isSoundHardware(); -#endif bool isMusicEnabled(); bool isFrontendMusicEnabled(); bool isShowFPSEnabled(); @@ -53,7 +51,6 @@ bool isReducedQuality() const; bool isFrontendEffects() const; bool isFrontendFullscreen() const; - bool isWeaponTooltip() const; void resizeToConfigValues(); #ifdef __APPLE__