mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Move stub implementation to posix.c
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include <locale.h>
|
||||
|
||||
#include "../config/Config.h"
|
||||
#include "../localisation/date.h"
|
||||
#include "../localisation/language.h"
|
||||
#include "../localisation/string_ids.h"
|
||||
#include "../util/util.h"
|
||||
@@ -256,12 +255,6 @@ uint8 platform_get_locale_measurement_format(){
|
||||
return MEASUREMENT_FORMAT_METRIC;
|
||||
}
|
||||
|
||||
uint8 platform_get_locale_date_format()
|
||||
{
|
||||
// TODO Stub implementation
|
||||
return DATE_FORMAT_DAY_MONTH_YEAR;
|
||||
}
|
||||
|
||||
static void execute_cmd(char *command, sint32 *exit_value, char *buf, size_t *buf_size) {
|
||||
FILE *f;
|
||||
size_t n_chars;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include <mach-o/dyld.h>
|
||||
#include "platform.h"
|
||||
#include "../util/util.h"
|
||||
#include "../localisation/date.h"
|
||||
#include "../localisation/language.h"
|
||||
#include "../config/Config.h"
|
||||
|
||||
@@ -280,12 +279,6 @@ uint8 platform_get_locale_measurement_format()
|
||||
}
|
||||
}
|
||||
|
||||
uint8 platform_get_locale_date_format()
|
||||
{
|
||||
// TODO Stub implementation
|
||||
return DATE_FORMAT_DAY_MONTH_YEAR;
|
||||
}
|
||||
|
||||
sint32 platform_get_non_window_flags()
|
||||
{
|
||||
return SDL_WINDOW_MINIMIZED | SDL_WINDOW_FULLSCREEN | SDL_WINDOW_FULLSCREEN_DESKTOP;
|
||||
|
||||
Reference in New Issue
Block a user