diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-12 00:11:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-12 00:11:02 +0200 |
| commit | c2b7422b8f0ad9fdf1e6e174a90486fb9e6346f4 (patch) | |
| tree | 346e776fd0ba9dfb869fe1b5e3023126a4ff024e /src/wx/dcpomatic_button.cc | |
| parent | a88895ae714712eb2d52e6fb2c7576a7e2335754 (diff) | |
Remove some more stuff related to the old "instant i18n" feature.
Diffstat (limited to 'src/wx/dcpomatic_button.cc')
| -rw-r--r-- | src/wx/dcpomatic_button.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/dcpomatic_button.cc b/src/wx/dcpomatic_button.cc index beab64227..d1b753523 100644 --- a/src/wx/dcpomatic_button.cc +++ b/src/wx/dcpomatic_button.cc @@ -22,7 +22,6 @@ Button::Button (wxWindow* parent, wxString label, wxPoint pos, wxSize size, long style) : wxButton (parent, wxID_ANY, label, pos, size, style) - , I18NHook (this, get_text()) { } |
