summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
diff options
context:
space:
mode:
authoriwubcode <iwubcode@users.noreply.github.com>2020-07-22 19:19:18 -0500
committeriwubcode <iwubcode@users.noreply.github.com>2020-12-24 13:49:25 -0600
commitf6ab9a9b6f4857fb462a4d685222ccbd7303f1ea (patch)
tree2c2b483784dc08f3e5c887cb73a3e93e0dcde733 /Source/Core/VideoCommon/RenderBase.cpp
parente7ac095ba1b37a6331e9966e967699ecf1e4bdec (diff)
Core / VideoCommon: Remove old Free Look config
Diffstat (limited to 'Source/Core/VideoCommon/RenderBase.cpp')
-rw-r--r--Source/Core/VideoCommon/RenderBase.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/RenderBase.cpp b/Source/Core/VideoCommon/RenderBase.cpp
index 02deb3a8b1..acd1cdb7a1 100644
--- a/Source/Core/VideoCommon/RenderBase.cpp
+++ b/Source/Core/VideoCommon/RenderBase.cpp
@@ -63,7 +63,6 @@
#include "VideoCommon/FrameDump.h"
#include "VideoCommon/FramebufferManager.h"
#include "VideoCommon/FramebufferShaderGen.h"
-#include "VideoCommon/FreeLookCamera.h"
#include "VideoCommon/NetPlayChatUI.h"
#include "VideoCommon/NetPlayGolfUI.h"
#include "VideoCommon/OnScreenDisplay.h"
@@ -403,11 +402,6 @@ void Renderer::CheckForConfigChanges()
UpdateActiveConfig();
- if (g_ActiveConfig.bFreeLook)
- {
- g_freelook_camera.SetControlType(g_ActiveConfig.iFreelookControlType);
- }
-
// Update texture cache settings with any changed options.
g_texture_cache->OnConfigChanged(g_ActiveConfig);