1
0
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:
Ted John
2017-06-05 19:57:35 +01:00
parent f2d7c0bbaa
commit 40fc54291a

View File

@@ -813,7 +813,6 @@ uint8 platform_get_locale_temperature_format(){
uint8 platform_get_locale_date_format()
{
STUB();
return DATE_FORMAT_DAY_MONTH_YEAR;
}