BPFunctions: Remove the rest of GetConfig

This commit is contained in:
Jasper St. Pierre
2014-05-03 15:10:19 -04:00
parent 08611c3f36
commit 833b7ee584
3 changed files with 3 additions and 23 deletions

View File

@ -223,20 +223,6 @@ skip:
Renderer::StorePixelFormat(new_format);
}
bool GetConfig(const int &type)
{
switch (type)
{
case CONFIG_ISWII:
return SConfig::GetInstance().m_LocalCoreStartupParameter.bWii;
case CONFIG_SHOWEFBREGIONS:
return g_ActiveConfig.bShowEFBCopyRegions;
default:
PanicAlert("GetConfig Error: Unknown Config Type!");
return false;
}
}
void SetInterlacingMode(const BPCmd &bp)
{
// TODO