Merge pull request #5153 from ligfx/stubhostnorequestfullscreen
StubHost: remove unused Host_RequestFullscreen()
This commit is contained in:
commit
6a595aabe9
|
@ -36,9 +36,6 @@ void Host_UpdateMainFrame()
|
||||||
void Host_RequestRenderWindowSize(int, int)
|
void Host_RequestRenderWindowSize(int, int)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
void Host_RequestFullscreen(bool)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
void Host_SetStartupDebuggingParameters()
|
void Host_SetStartupDebuggingParameters()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue