diff -r bbec1275e46f -r 3e9c0634065c QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Mon Aug 02 12:24:06 2010 +0200 +++ b/QTfrontend/gameuiconfig.h Mon Aug 02 15:05:56 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(); bool isStereoEnabled() const;