From 92fdac412bd740cf0b6128e897232bb4c893d77d Mon Sep 17 00:00:00 2001 From: degasus Date: Thu, 24 Oct 2013 14:06:48 +0200 Subject: VideoCommon: drop UpdateViewportWithCorrection It's only used once in BPFunction which itself is also only used once. So the setter is moved to BPStructs like all other ones. --- Source/Core/VideoCommon/Src/BPFunctions.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/VideoCommon/Src/BPFunctions.cpp') diff --git a/Source/Core/VideoCommon/Src/BPFunctions.cpp b/Source/Core/VideoCommon/Src/BPFunctions.cpp index 9f4f4f3060..43623a94a8 100644 --- a/Source/Core/VideoCommon/Src/BPFunctions.cpp +++ b/Source/Core/VideoCommon/Src/BPFunctions.cpp @@ -49,8 +49,6 @@ void SetScissor() TargetRectangle trc = g_renderer->ConvertEFBRectangle(rc); g_renderer->SetScissorRect(trc); - - UpdateViewportWithCorrection(); } void SetLineWidth() -- cgit v1.2.3