From 5661c34574fdac778dba0e3c3503f5792c41bb3c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 May 2025 14:22:30 +0200 Subject: Move i18n setup into 3 separate platform files. --- src/lib/util.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index 80ba4a1f6..79ac87db1 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -66,7 +66,6 @@ extern std::string seconds_to_approximate_hms(int); extern double seconds(struct timeval); extern void dcpomatic_setup(); extern void dcpomatic_setup_path_encoding(); -extern void dcpomatic_setup_gettext_i18n(std::string); extern std::string digest_head_tail(std::vector, boost::uintmax_t size); extern std::string simple_digest(std::vector paths); extern void ensure_ui_thread(); @@ -75,9 +74,6 @@ extern std::string short_audio_channel_name(int); extern bool valid_image_file(boost::filesystem::path); extern bool valid_sound_file(boost::filesystem::path); extern bool valid_j2k_file(boost::filesystem::path); -#ifdef DCPOMATIC_WINDOWS -extern boost::filesystem::path mo_path(); -#endif extern std::string tidy_for_filename(std::string); extern dcp::Size fit_ratio_within(float ratio, dcp::Size); extern void set_backtrace_file(boost::filesystem::path); -- cgit v1.2.3