QTfrontend/gameuiconfig.h
changeset 3708 64e059b6f9c5
parent 3695 c11abf387a7d
child 4004 b1c2c2f6fc5e
--- 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__