diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-03 14:57:45 -0400 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-20 11:15:08 -0400 |
| commit | 56228cea5d4b0cb0b5ca60d697db7f9719e3635b (patch) | |
| tree | 7a487933e0cff11b07b7f421b51aabf47e9f60f5 /Source/Core/VideoCommon/BPFunctions.cpp | |
| parent | 4f4e3fad85775f502d7d5863e906e589d3e8c3f3 (diff) | |
BPFunctions: Remove an unused method
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPFunctions.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp index aa2343d97a..ae93e8077a 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -244,12 +244,6 @@ u8 *GetPointer(const u32 &address) return Memory::GetPointer(address); } -// Never used. All backends call SetSamplerState in VertexManager::Flush -void SetTextureMode(const BPCmd &bp) -{ - g_renderer->SetSamplerState(bp.address & 3, (bp.address & 0xE0) == 0xA0); -} - void SetInterlacingMode(const BPCmd &bp) { // TODO |
