Core / VideoCommon: Remove old Free Look config

This commit is contained in:
iwubcode
2020-07-22 19:19:18 -05:00
parent e7ac095ba1
commit f6ab9a9b6f
6 changed files with 1 additions and 24 deletions

View File

@ -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);