Host: Remove the Host_RequestFullscreen() method.

No longer needed, since the exclusive mode switch is now handled synchronously on the CPU thread.
This commit is contained in:
Jules Blok
2016-11-09 01:10:32 +01:00
parent 0a194f8a3e
commit 0028ee96b3
5 changed files with 0 additions and 30 deletions

View File

@ -100,9 +100,6 @@ void Host_YieldToUI()
void Host_UpdateMainFrame()
{
}
void Host_RequestFullscreen(bool enable)
{
}
void Host_RequestRenderWindowSize(int w, int h)
{
}