mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
StubHost: remove unused Host_RequestFullscreen()
Fixes warning: ``` ../Source/UnitTests/TestUtils/StubHost.cpp: In function 'void Host_RequestFullscreen(bool)': ../Source/UnitTests/TestUtils/StubHost.cpp:39:6: error: no previous declaration for 'void Host_RequestFullscreen(bool)' [-Werror=missing-declarations] void Host_RequestFullscreen(bool) ^ ```
This commit is contained in:
parent
c5cc781205
commit
5d69e99943
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue