BPFunctions: Remove an unused method

This commit is contained in:
Jasper St. Pierre
2014-05-03 14:57:45 -04:00
parent 4f4e3fad85
commit 56228cea5d
2 changed files with 0 additions and 7 deletions

View File

@ -37,6 +37,5 @@ void ClearScreen(const EFBRectangle &rc);
void OnPixelFormatChange();
u8 *GetPointer(const u32 &address);
bool GetConfig(const int &type);
void SetTextureMode(const BPCmd &bp);
void SetInterlacingMode(const BPCmd &bp);
};