summaryrefslogtreecommitdiff
path: root/src/wx/dcpomatic_button.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-12 00:11:02 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-12 00:11:02 +0200
commitc2b7422b8f0ad9fdf1e6e174a90486fb9e6346f4 (patch)
tree346e776fd0ba9dfb869fe1b5e3023126a4ff024e /src/wx/dcpomatic_button.cc
parenta88895ae714712eb2d52e6fb2c7576a7e2335754 (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.cc1
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())
{
}