summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPFunctions.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-05-03 15:04:29 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-05-20 11:15:08 -0400
commitfe645b888b589b7e7d9cc34be7809e2ff6d62cc3 (patch)
tree932963c49fde90a3504e2e0d48ccd2b0eefd5d1c /Source/Core/VideoCommon/BPFunctions.cpp
parent56228cea5d4b0cb0b5ca60d697db7f9719e3635b (diff)
BPFunctions: Remove use of a dumb method
GetPointer serves no purpose.
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
-rw-r--r--Source/Core/VideoCommon/BPFunctions.cpp5
1 files changed, 0 insertions, 5 deletions
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