summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2018-04-13 07:23:13 -0400
committerGitHub <noreply@github.com>2018-04-13 07:23:13 -0400
commit9d7009796c2e6122a09444fc9a975cd8fecc83be (patch)
tree07785545a03520b8b6143133c0280bdd7c91041b /Source
parent71dd2d9d4c2fe7230445d89a398e15b0af0cfcaf (diff)
parente604641b1272c3779625d20d04fd220a1bcb8158 (diff)
Merge pull request #6637 from JosJuice/projection-hack-leftovers
Remove leftovers of projection hack support
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/Config/GraphicsSettings.h5
-rw-r--r--Source/Core/VideoCommon/VertexShaderManager.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/Core/Config/GraphicsSettings.h b/Source/Core/Core/Config/GraphicsSettings.h
index 999192c578..4f0e4f741c 100644
--- a/Source/Core/Core/Config/GraphicsSettings.h
+++ b/Source/Core/Core/Config/GraphicsSettings.h
@@ -107,11 +107,6 @@ extern const ConfigInfo<bool> GFX_HACK_VERTEX_ROUDING;
// Graphics.GameSpecific
-extern const ConfigInfo<int> GFX_PROJECTION_HACK;
-extern const ConfigInfo<int> GFX_PROJECTION_HACK_SZNEAR;
-extern const ConfigInfo<int> GFX_PROJECTION_HACK_SZFAR;
-extern const ConfigInfo<std::string> GFX_PROJECTION_HACK_ZNEAR;
-extern const ConfigInfo<std::string> GFX_PROJECTION_HACK_ZFAR;
extern const ConfigInfo<bool> GFX_PERF_QUERIES_ENABLE;
} // namespace Config
diff --git a/Source/Core/VideoCommon/VertexShaderManager.h b/Source/Core/VideoCommon/VertexShaderManager.h
index 71bb5cbdb7..384fc0e7f9 100644
--- a/Source/Core/VideoCommon/VertexShaderManager.h
+++ b/Source/Core/VideoCommon/VertexShaderManager.h
@@ -10,7 +10,6 @@
#include "VideoCommon/ConstantManager.h"
class PointerWrap;
-struct ProjectionHackConfig;
// The non-API dependent parts.
class VertexShaderManager