Remove unused Host_ShowVideoConfig

This commit is contained in:
Stenzek 2018-09-28 14:05:53 +10:00
commit a877d5f6dc
8 changed files with 0 additions and 27 deletions

View file

@ -130,10 +130,6 @@ bool Host_RendererIsFullscreen()
return rendererIsFullscreen;
}
void Host_ShowVideoConfig(void*, const std::string&)
{
}
void Host_YieldToUI()
{
}