diff options
| author | crudelios <crudelios@gmail.com> | 2014-10-15 19:02:54 +0100 |
|---|---|---|
| committer | crudelios <crudelios@gmail.com> | 2014-10-15 19:02:54 +0100 |
| commit | d281b4d7e13eaf47e07778223861cd612cedf408 (patch) | |
| tree | aa4a144cdd889a37a938e971bdef45e5f2e570d8 /Source/Core/VideoCommon/VideoConfig.h | |
| parent | 89123155960021d4a026f98a8fb6c1ca3a03a630 (diff) | |
Remove setting to enable or disable Bounding Box calculation.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index 07436d1610..8154f5a840 100644 --- a/Source/Core/VideoCommon/VideoConfig.h +++ b/Source/Core/VideoCommon/VideoConfig.h @@ -114,7 +114,6 @@ struct VideoConfig final int iPhackvalue[3]; std::string sPhackvalue[2]; float fAspectRatioHackW, fAspectRatioHackH; - bool bUseBBox; bool bEnablePixelLighting; bool bFastDepthCalc; int iLog; // CONF_ bits |
