Update ConsoleVideoConf.cpp

This commit is contained in:
Andy Vandijck 2024-02-24 10:28:57 +01:00 committed by GitHub
parent 42c605e7b2
commit a74c4f9914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -748,11 +748,6 @@ void ConsoleVideoConfDialog_t::winFullScreenBorderChanged(int value)
g_config->setOption("SDL.winFullScreenBorder", opt );
g_config->save();
}
#elif defined(WIN32)
void ConsoleVideoConfDialog_t::winFullScreenBorderChanged(int value)
{
(void)value;
}
#endif
//----------------------------------------------------
void ConsoleVideoConfDialog_t::autoScaleChanged( int value )