From fe645b888b589b7e7d9cc34be7809e2ff6d62cc3 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 3 May 2014 15:04:29 -0400 Subject: BPFunctions: Remove use of a dumb method GetPointer serves no purpose. --- Source/Core/VideoCommon/BPFunctions.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/Core/VideoCommon/BPFunctions.cpp') diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp index ae93e8077a..4d3be45498 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -239,11 +239,6 @@ bool GetConfig(const int &type) } } -u8 *GetPointer(const u32 &address) -{ - return Memory::GetPointer(address); -} - void SetInterlacingMode(const BPCmd &bp) { // TODO -- cgit v1.2.3