diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-25 14:22:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-27 09:36:37 +0200 |
| commit | 5661c34574fdac778dba0e3c3503f5792c41bb3c (patch) | |
| tree | bd1022ef2dae2abe880714123bfebdb868edc91b /src/wx/wx_util.h | |
| parent | a8f06a40096a0cbd56c42602f8dc1ce4857af0d8 (diff) | |
Move i18n setup into 3 separate platform files.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index 92cdd349b..114caab15 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -108,7 +108,6 @@ extern wxString std_to_wx (std::string); /** Convert UTF8-encoded char array to wxString */ extern wxString char_to_wx(char const* s); -extern void dcpomatic_setup_i18n (); extern wxString context_translation(char const* s); extern std::string string_client_data (wxClientData* o); extern wxString time_to_timecode (dcpomatic::DCPTime t, double fps); |
