BPFunctions: Remove use of a dumb method

GetPointer serves no purpose.
This commit is contained in:
Jasper St. Pierre
2014-05-03 15:04:29 -04:00
parent 56228cea5d
commit fe645b888b
3 changed files with 2 additions and 8 deletions

View File

@ -35,7 +35,6 @@ void CopyEFB(u32 dstAddr, unsigned int dstFormat, PEControl::PixelFormat srcForm
const EFBRectangle& srcRect, bool isIntensity, bool scaleByHalf);
void ClearScreen(const EFBRectangle &rc);
void OnPixelFormatChange();
u8 *GetPointer(const u32 &address);
bool GetConfig(const int &type);
void SetInterlacingMode(const BPCmd &bp);
};