From c2b7422b8f0ad9fdf1e6e174a90486fb9e6346f4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Jul 2024 00:11:02 +0200 Subject: Remove some more stuff related to the old "instant i18n" feature. --- src/wx/static_text.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/wx/static_text.h') diff --git a/src/wx/static_text.h b/src/wx/static_text.h index f10d67866..eec8c7367 100644 --- a/src/wx/static_text.h +++ b/src/wx/static_text.h @@ -19,18 +19,17 @@ */ -#include "i18n_hook.h" #include LIBDCP_DISABLE_WARNINGS #include LIBDCP_ENABLE_WARNINGS -class StaticText : public wxStaticText, public I18NHook +class StaticText : public wxStaticText { public: StaticText (wxWindow* parent, wxString label, wxPoint pos = wxDefaultPosition, wxSize = wxDefaultSize, long style = 0); - void set_text (wxString text) override; - wxString get_text () const override; + void set_text(wxString text); + wxString get_text() const; }; -- cgit v1.2.3