MainAndroid: Remove obsolete Host_RequestFullscreen() function
This commit is contained in:
parent
d8201a7e8b
commit
aab6b70868
|
@ -113,10 +113,6 @@ void Host_RequestRenderWindowSize(int width, int height)
|
|||
{
|
||||
}
|
||||
|
||||
void Host_RequestFullscreen(bool enable_fullscreen)
|
||||
{
|
||||
}
|
||||
|
||||
void Host_SetStartupDebuggingParameters()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue