diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2014-02-23 15:14:27 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2014-02-28 12:28:19 +0100 |
| commit | 6914eca167d35b4ffb3e1979bb690b378bb8448a (patch) | |
| tree | 6b635bbccc4a04ed7e1c1db37a52ab27bc8aa692 /Source/Core/VideoCommon/BPFunctions.cpp | |
| parent | a3508823def6b3a013436e91653ed758aadf27eb (diff) | |
Fix various warnings reported by clang
- mostly remove unused variables
- rename some generic JIT identifiers
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPFunctions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp index a3bcd3af30..1149392179 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -14,7 +14,6 @@ #include "VideoCommon/VertexShaderManager.h" #include "VideoCommon/VideoConfig.h" -const bool renderFog = false; namespace BPFunctions { // ---------------------------------------------- |
