summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/BPFunctions.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2013-10-24 14:06:48 +0200
committerdegasus <wickmarkus@web.de>2013-10-29 18:55:50 +0100
commit92fdac412bd740cf0b6128e897232bb4c893d77d (patch)
tree3c0db57a0e41bc7235c31f77b52144b35c12fe48 /Source/Core/VideoCommon/Src/BPFunctions.cpp
parent2118c1d3c3949b998d03acf52b591e4e2b9cadaf (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/Src/BPFunctions.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/BPFunctions.cpp2
1 files changed, 0 insertions, 2 deletions
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()