mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Remove STUB from platform_get_locale_date_format
It is really annoying having the stub message appear on startup.
This commit is contained in:
@@ -813,7 +813,6 @@ uint8 platform_get_locale_temperature_format(){
|
||||
|
||||
uint8 platform_get_locale_date_format()
|
||||
{
|
||||
STUB();
|
||||
return DATE_FORMAT_DAY_MONTH_YEAR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user